Roll to first Dublin snapshot
[ccsdk/parent.git] / odlparent / single-feature-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4
5         <modelVersion>4.0.0</modelVersion>
6         <packaging>pom</packaging>
7         <groupId>org.onap.ccsdk.parent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>1.2.0-SNAPSHOT</version>
10
11         <parent>
12                 <groupId>org.opendaylight.odlparent</groupId>
13                 <artifactId>single-feature-parent</artifactId>
14                 <version>3.1.3</version>
15                 <relativePath/>
16         </parent>
17
18
19         <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
20         <url>http://wiki.onap.org</url>
21         <description>Root POM to be used in place of odlparent for CCSDK based projects</description>
22
23
24         <issueManagement>
25                 <system>JIRA</system>
26                 <url>https://jira.onap.org/</url>
27         </issueManagement>
28
29         <properties>
30
31                 <!-- properties from oparent -->
32                 <maven.compiler.source>1.8</maven.compiler.source>
33                 <maven.compiler.target>1.8</maven.compiler.target>
34                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35                 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
36                 <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
37                 <!-- sitePath may be overridden in the inheriting POM if desired -->
38                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
39                 <jacoco.version>0.7.7.201606060606</jacoco.version>
40                 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
41                 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
42                 <!-- Default Sonar configuration -->
43                 <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec</sonar.jacoco.reportPaths>
44                 <!-- Note: This list should match jacoco-maven-plugin's exclusion list 
45                         below -->
46                 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
47                 <!-- If following file exist, auto-generation of swagger.json will be done -->
48                 <swagger-properties>${basedir}/src/main/resources/swagger.properties</swagger-properties>
49                 <!-- If following file exist, auto-generation of sdk will be done -->
50                 <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json>
51                 <!-- end of properties from oparent -->
52
53                 <!-- ONAP repositories -->
54                 <onap.nexus.host>nexus.onap.org</onap.nexus.host>
55                 <onap.nexus.port>443</onap.nexus.port>
56                 <onap.nexus.protocol>https</onap.nexus.protocol>
57                 <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url>
58                 <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url>
59                 <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url>
60                 <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url>
61                 <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
62                 <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
63
64
65                 <!-- OpenDaylight repositories -->
66                 <opendaylight.nexus.public-url>https://nexus.opendaylight.org/content/repositories/public/</opendaylight.nexus.public-url>
67                 <opendaylight.nexus.snapshot-url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</opendaylight.nexus.snapshot-url>
68
69
70                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
71                 <java.version.source>1.8</java.version.source>
72                 <java.version.target>1.8</java.version.target>
73                 <bundle.plugin.version>2.5.0</bundle.plugin.version>
74                 <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
75                 <features.file>features.xml</features.file>
76                 <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
77                 <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
78                 <checkstyle.skip>true</checkstyle.skip>
79
80
81                 <sonar.language>java</sonar.language>
82                 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
83                 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
84                 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
85                 <sonar.projectVersion>${project.version}</sonar.projectVersion>
86
87
88
89
90                 <!-- CCSDK component versions -->
91                 <ccsdk.sli.core.version>0.4.0-SNAPSHOT</ccsdk.sli.core.version>
92                 <ccsdk.sli.adaptors.version>0.4.0-SNAPSHOT</ccsdk.sli.adaptors.version>
93                 <ccsdk.sli.northbound.version>0.4.0-SNAPSHOT</ccsdk.sli.northbound.version>
94                 <ccsdk.sli.plugins.version>0.4.0-SNAPSHOT</ccsdk.sli.plugins.version>
95                 <ccsdk.distribution.version>0.4.0-SNAPSHOT</ccsdk.distribution.version>
96                 <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
97                 <sdnctl.aai.service.version>${ccsdk.sli.adaptors.version}</sdnctl.aai.service.version>
98                 <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
99                 <sdnctl.mdsal.resource.version>${ccsdk.sli.adaptors.version}</sdnctl.mdsal.resource.version>
100                 <sdnctl.slipluginutils.version>${ccsdk.sli.core.version}</sdnctl.slipluginutils.version>
101
102
103
104                 <!-- Support libraries used by OpenDaylight -->
105                 <odl.mdsal.version>1.7.3</odl.mdsal.version>
106                 <odl.mdsal.model.version>0.12.3</odl.mdsal.model.version>
107                 <!-- Used by aaa, vtn -->
108                 <commons.codec.version>1.10</commons.codec.version>
109                 <!-- Used by netconf, ovsdb -->
110                 <commons.lang3.version>3.7</commons.lang3.version>
111                 <!-- Used by sfc, snmp4sdn; see also affinity, toolkit -->
112                 <commons.lang.version>2.6</commons.lang.version>
113                 <!-- Used by neutron; see also controller, vtn -->
114                 <commons.net.version>3.6</commons.net.version>
115                 <!-- Used by neutron -->
116                 <eclipse.persistence.version>2.7.1</eclipse.persistence.version>
117                 <!-- Used by aaa -->
118                 <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version>
119                 <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn -->
120                 <gson.version>2.8.2</gson.version>
121                 <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp -->
122                 <guava.version>23.6</guava.version>
123                 <!-- Used by lispflowmapping, sxp, vtn/manager -->
124                 <hamcrest.version>1.3.1</hamcrest.version>
125                 <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, 
126                         integration/distribution, snmp4sdn, toolkit, ttp -->
127                 <jackson.version>2.3.2</jackson.version>
128                 <!-- Used by snmp4sdn, yangtools -->
129                 <javassist.version>3.20.0-GA</javassist.version>
130
131                 <!-- FIXME remove all dependencies for jersey 1.17 after migration all 
132                         projects -->
133                 <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, 
134                         snmp4sdn, toolkit -->
135                 <jersey.version>1.19.4</jersey.version>
136                 <!-- Used by sfc -->
137                 <jersey.client.version>1.19.4</jersey.client.version>
138
139                 <!-- New packages for jersey migration 1.17 to 2.8 -->
140                 <!-- appache.geronimo.bundle for DocGen -->
141                 <!-- Used by aaa, iotdm, netconf, ovsdb, sfc -->
142                 <org.json.version>20131018</org.json.version>
143
144                 <!-- Used by sfc -->
145                 <jettison.version>1.3.8</jettison.version>
146                 <!-- Used by persistence -->
147                 <jsr305.api.version>3.0.0</jsr305.api.version>
148                 <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560 
149                         is fixed (either in PowerMock or with a new JUnit release) -->
150                 <!-- Used everywhere -->
151                 <junit.version>4.11</junit.version>
152                 <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
153                 <logback.version>1.2.3</logback.version>
154                 <!-- Used by nic, sfc, sxp, tsdr -->
155                 <mockito.version>1.10.19</mockito.version>
156                 <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
157                 <netty.version>4.1.22.Final</netty.version>
158                 <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, 
159                         toolkit -->
160                 <slf4j.version>1.7.25</slf4j.version>
161                 <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, 
162                         tsdr, ttp -->
163                 <spring.version>3.2.17.RELEASE</spring.version>
164
165
166
167                 <!-- Extra support libraries used by SDN-C -->
168                 <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
169                 <jackson-annotations-version>${jackson.version}</jackson-annotations-version>
170                 <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version>
171                 <apache.httpcomponents.core.version>4.4.4</apache.httpcomponents.core.version>
172                 <apache.httpcomponents.client.version>4.5.2</apache.httpcomponents.client.version>
173                 <antlr.version>4.7.1</antlr.version>
174                 <mysql.connector.version>5.1.39</mysql.connector.version>
175                 <mariadb.connector.version>2.1.1</mariadb.connector.version>
176                 <h2database.version>1.4.196</h2database.version>
177                 <derby.version>10.14.2.0</derby.version>
178
179                 <eelf.version>1.0.0</eelf.version>
180                 <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
181
182                 <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
183
184                 <skip.karaf.featureTest>true</skip.karaf.featureTest>
185         </properties>
186
187
188         <profiles>
189                 <!-- Profiles from ONAP oparent -->
190                 <profile>
191                         <id>generate-json</id>
192                         <activation>
193                                 <file>
194                                         <exists>${swagger-properties}</exists>
195                                 </file>
196                                 <property>
197                                         <name>swagger-sdk.generate-json</name>
198                                 </property>
199                         </activation>
200                         <build>
201                                 <plugins>
202                                         <plugin>
203                                                 <groupId>org.codehaus.mojo</groupId>
204                                                 <artifactId>properties-maven-plugin</artifactId>
205                                                 <version>1.0.0</version>
206                                                 <executions>
207                                                         <execution>
208                                                                 <phase>initialize</phase>
209                                                                 <goals>
210                                                                         <goal>read-project-properties</goal>
211                                                                 </goals>
212                                                                 <configuration>
213                                                                         <files>
214                                                                                 <file>${basedir}/src/main/resources/swagger.properties</file>
215                                                                         </files>
216                                                                 </configuration>
217                                                         </execution>
218                                                 </executions>
219                                         </plugin>
220                                         <plugin>
221                                                 <groupId>com.github.kongchen</groupId>
222                                                 <artifactId>swagger-maven-plugin</artifactId>
223                                                 <version>3.1.4</version>
224                                                 <configuration>
225                                                         <apiSources>
226                                                                 <apiSource>
227                                                                         <locations>${api-rest-package}</locations>
228                                                                         <schemes>http,https</schemes>
229                                                                         <host>${api-host-ip}:${api-host-port}</host>
230                                                                         <basePath>${api-base-path}</basePath>
231                                                                         <info>
232                                                                                 <title>${api-title}</title>
233                                                                                 <version>${api-version}</version>
234                                                                                 <description>${api-description}</description>
235                                                                                 <license>
236                                                                                         <name>${api-license}</name>
237                                                                                 </license>
238                                                                         </info>
239                                                                         <swaggerDirectory>${basedir}/src/main/resources</swaggerDirectory>
240                                                                 </apiSource>
241                                                         </apiSources>
242                                                 </configuration>
243                                                 <executions>
244                                                         <execution>
245                                                                 <phase>compile</phase>
246                                                                 <goals>
247                                                                         <goal>generate</goal>
248                                                                 </goals>
249                                                         </execution>
250                                                 </executions>
251                                         </plugin>
252                                         <plugin>
253                                                 <groupId>org.apache.maven.plugins</groupId>
254                                                 <artifactId>maven-install-plugin</artifactId>
255                                                 <version>2.3.1</version>
256                                                 <executions>
257                                                         <execution>
258                                                                 <id>install-file-id</id>
259                                                                 <phase>install</phase>
260                                                                 <goals>
261                                                                         <goal>install-file</goal>
262                                                                 </goals>
263                                                                 <configuration>
264                                                                         <file>${basedir}/src/main/resources/swagger.json</file>
265                                                                         <groupId>${project.groupId}</groupId>
266                                                                         <artifactId>${project.artifactId}-swagger-schema</artifactId>
267                                                                         <version>${project.version}</version>
268                                                                         <packaging>json</packaging>
269                                                                 </configuration>
270                                                         </execution>
271                                                 </executions>
272                                         </plugin>
273                                 </plugins>
274                         </build>
275                 </profile>
276                 <profile>
277                         <id>generate-sdk</id>
278                         <activation>
279                                 <file>
280                                         <exists>${swagger-json}</exists>
281                                 </file>
282                                 <property>
283                                         <name>swagger-sdk.generate-java-sdk</name>
284                                 </property>
285                         </activation>
286                         <build>
287                                 <plugins>
288                                         <plugin>
289                                                 <groupId>org.apache.maven.plugins</groupId>
290                                                 <artifactId>maven-antrun-plugin</artifactId>
291                                                 <version>1.8</version>
292                                                 <executions>
293                                                         <execution>
294                                                                 <phase>initialize</phase>
295                                                                 <id>ant-create-script</id>
296                                                                 <configuration>
297                                                                         <exportAntProperties>true</exportAntProperties>
298                                                                         <tasks>
299
300                                                                                 <taskdef resource="net/sf/antcontrib/antlib.xml" classpathref="maven.plugin.classpath"/>
301                                                                                 <condition property="is_windows" value="true">
302                                                                                         <os family="windows"/>
303                                                                                 </condition>
304                                                                                 <condition property="isLinux" value="true">
305                                                                                         <os family="unix"/>
306                                                                                 </condition>
307                                                                                 <if>
308                                                                                         <equals arg1="${is_windows}" arg2="true"/>
309                                                                                         <then>
310                                                                                                 <property name="swagger.sdk.script.file" value="generated-source-script.bat"/>
311                                                                                                 <echo file="${project.build.directory}${file.separator}generated-source-script.bat" append="true" message="cd ${project.build.directory}${file.separator}generated-sources${line.separator}"/>
312                                                                                                 <echo file="${project.build.directory}${file.separator}generated-source-script.bat" append="true" message="mvn clean install -Dmaven.test.skip=true${line.separator}"/>
313                                                                                         </then>
314                                                                                         <else>
315                                                                                                 <property name="swagger.sdk.script.file" value="generated-source-script.sh"/>
316                                                                                                 <echo file="${project.build.directory}${file.separator}generated-source-script.sh" append="true" message="cd ${project.build.directory}${file.separator}generated-sources${line.separator}"/>
317                                                                                                 <echo file="${project.build.directory}${file.separator}generated-source-script.sh" append="true" message="mvn clean install -Dmaven.test.skip=true${line.separator}"/>
318                                                                                                 <chmod file="${project.build.directory}${file.separator}generated-source-script.sh" perm="755"/>
319                                                                                         </else>
320                                                                                 </if>
321                                                                         </tasks>
322                                                                 </configuration>
323                                                                 <goals>
324                                                                         <goal>run</goal>
325                                                                 </goals>
326                                                         </execution>
327                                                 </executions>
328                                                 <dependencies>
329                                                         <dependency>
330                                                                 <groupId>ant-contrib</groupId>
331                                                                 <artifactId>ant-contrib</artifactId>
332                                                                 <version>1.0b3</version>
333                                                                 <exclusions>
334                                                                         <exclusion>
335                                                                                 <artifactId>ant</artifactId>
336                                                                                 <groupId>ant</groupId>
337                                                                         </exclusion>
338                                                                 </exclusions>
339                                                         </dependency>
340                                                 </dependencies>
341                                         </plugin>
342                                         <plugin>
343                                                 <groupId>io.swagger</groupId>
344                                                 <artifactId>swagger-codegen-maven-plugin</artifactId>
345                                                 <version>2.2.1</version>
346                                                 <executions>
347                                                         <execution>
348                                                                 <goals>
349                                                                         <goal>generate</goal>
350                                                                 </goals>
351                                                                 <configuration>
352                                                                         <inputSpec>${basedir}/src/main/resources/swagger.json</inputSpec>
353                                                                         <output>${project.build.directory}/generated-sources</output>
354                                                                         <language>java</language>
355                                                                         <configOptions>
356                                                                                 <dateLibrary>joda</dateLibrary>
357                                                                         </configOptions>
358                                                                         <library>jersey2</library>
359                                                                         <groupId>${project.groupId}</groupId>
360                                                                         <artifactId>${project.artifactId}-java-sdk</artifactId>
361                                                                         <artifactVersion>${project.version}</artifactVersion>
362                                                                         <modelPackage>${project.groupId}.${project.artifactId}.client.model</modelPackage>
363                                                                         <apiPackage>${project.groupId}.${project.artifactId}.client.api</apiPackage>
364                                                                         <invokerPackage>${project.groupId}.${project.artifactId}.client.invoker</invokerPackage>
365                                                                 </configuration>
366                                                         </execution>
367                                                 </executions>
368                                         </plugin>
369                                         <plugin>
370                                                 <artifactId>exec-maven-plugin</artifactId>
371                                                 <groupId>org.codehaus.mojo</groupId>
372                                                 <version>1.5.0</version>
373                                                 <executions>
374                                                         <execution>
375                                                                 <id>swagger-generate-sources</id>
376                                                                 <phase>generate-sources</phase>
377                                                                 <goals>
378                                                                         <goal>exec</goal>
379                                                                 </goals>
380                                                                 <configuration>
381                                                                         <executable>${project.build.directory}${file.separator}${swagger.sdk.script.file}</executable>
382                                                                 </configuration>
383                                                         </execution>
384                                                 </executions>
385                                         </plugin>
386                                         <plugin>
387                                                 <groupId>org.apache.maven.plugins</groupId>
388                                                 <artifactId>maven-clean-plugin</artifactId>
389                                                 <version>3.0.0</version>
390                                                 <executions>
391                                                         <execution>
392                                                                 <id>clean-generated-files</id>
393                                                                 <phase>generate-sources</phase>
394                                                                 <goals>
395                                                                         <goal>clean</goal>
396                                                                 </goals>
397                                                                 <configuration>
398                                                                         <filesets>
399                                                                                 <fileset>
400                                                                                         <directory>${project.build.directory}/generated-sources</directory>
401                                                                                 </fileset>
402                                                                         </filesets>
403                                                                 </configuration>
404                                                         </execution>
405                                                 </executions>
406                                         </plugin>
407                                 </plugins>
408                         </build>
409                         <dependencies>
410                                 <dependency>
411                                         <groupId>org.onap.msb.swagger-sdk</groupId>
412                                         <artifactId>swagger-sdk</artifactId>
413                                         <version>1.0.0</version>
414                                 </dependency>
415                         </dependencies>
416                 </profile>
417
418                 <!-- End of profiles from ONAP oparent -->
419
420         </profiles>
421
422
423         <dependencyManagement>
424                 <dependencies>
425                         <dependency>
426                                 <groupId>org.opendaylight.mdsal.model</groupId>
427                                 <artifactId>mdsal-model-artifacts</artifactId>
428                                 <version>${odl.mdsal.model.version}</version>
429                                 <type>pom</type>
430                                 <scope>import</scope>
431                         </dependency>
432                         <dependency>
433                                 <groupId>org.opendaylight.controller</groupId>
434                                 <artifactId>mdsal-artifacts</artifactId>
435                                 <version>${odl.mdsal.version}</version>
436                                 <type>pom</type>
437                                 <scope>import</scope>
438                         </dependency>
439                         <dependency>
440                                 <groupId>org.onap.ccsdk.sli.core</groupId>
441                                 <artifactId>sli-common</artifactId>
442                                 <version>${ccsdk.sli.core.version}</version>
443                         </dependency>
444
445                         <dependency>
446                                 <groupId>org.onap.ccsdk.sli.core</groupId>
447                                 <artifactId>sli-provider</artifactId>
448                                 <version>${ccsdk.sli.core.version}</version>
449                         </dependency>
450                         <dependency>
451                                 <groupId>org.onap.ccsdk.sli.core</groupId>
452                                 <artifactId>ccsdk-sli</artifactId>
453                                 <version>${ccsdk.sli.core.version}</version>
454                                 <type>xml</type>
455                                 <classifier>features</classifier>
456                         </dependency>
457                         <dependency>
458                                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
459                                 <artifactId>aai-service-provider</artifactId>
460                                 <version>${sdnctl.aai.service.version}</version>
461                         </dependency>
462
463                         <dependency>
464                                 <groupId>org.onap.ccsdk.sli.core</groupId>
465                                 <artifactId>dblib-provider</artifactId>
466                                 <version>${sdnctl.dblib.version}</version>
467                         </dependency>
468
469                         <dependency>
470                                 <groupId>org.testng</groupId>
471                                 <artifactId>testng</artifactId>
472                                 <version>6.11</version>
473                         </dependency>
474                         <dependency>
475                                 <groupId>org.springframework</groupId>
476                                 <artifactId>spring-test</artifactId>
477                                 <version>${spring.version}</version>
478                         </dependency>
479                         <dependency>
480                                 <groupId>org.springframework</groupId>
481                                 <artifactId>spring-beans</artifactId>
482                                 <version>${spring.version}</version>
483                         </dependency>
484                         <dependency>
485                                 <groupId>org.springframework</groupId>
486                                 <artifactId>spring-context</artifactId>
487                                 <version>${spring.version}</version>
488                         </dependency>
489                         <dependency>
490                                 <groupId>com.att.eelf</groupId>
491                                 <artifactId>eelf-core</artifactId>
492                                 <version>${eelf.version}</version>
493                         </dependency>
494                         <dependency>
495                                 <groupId>javax.ws.rs</groupId>
496                                 <artifactId>javax.ws.rs-api</artifactId>
497                                 <version>2.1</version>
498                         </dependency>
499                         <dependency>
500                                 <groupId>org.apache.derby</groupId>
501                                 <artifactId>derby</artifactId>
502                                 <version>${derby.version}</version>
503                                 <scope>test</scope>
504                         </dependency>
505                 </dependencies>
506
507         </dependencyManagement>
508
509
510         <reporting>
511                 <plugins>
512                         <plugin>
513                                 <artifactId>maven-javadoc-plugin</artifactId>
514                                 <version>2.10.4</version>
515                                 <configuration>
516                                         <failOnError>false</failOnError>
517                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
518                                         <docletArtifact>
519                                                 <groupId>org.umlgraph</groupId>
520                                                 <artifactId>umlgraph</artifactId>
521                                                 <version>5.6</version>
522                                         </docletArtifact>
523                                         <additionalparam>-views</additionalparam>
524                                         <useStandardDocletOptions>true</useStandardDocletOptions>
525                                         <excludePackageNames>org.opendaylight.*</excludePackageNames>
526                                         <additionalDependencies>
527                                                 <additionalDependency>
528                                                         <groupId>org.slf4j</groupId>
529                                                         <artifactId>slf4j-api</artifactId>
530                                                         <version>${slf4j.version}</version>
531                                                 </additionalDependency>
532                                                 <additionalDependency>
533                                                         <groupId>org.antlr</groupId>
534                                                         <artifactId>antlr4</artifactId>
535                                                         <version>${antlr.version}</version>
536                                                 </additionalDependency>
537                                                 <additionalDependency>
538                                                         <groupId>org.antlr</groupId>
539                                                         <artifactId>antlr4-runtime</artifactId>
540                                                         <version>${antlr.version}</version>
541                                                 </additionalDependency>
542
543                                                 <additionalDependency>
544                                                         <groupId>com.sun.jersey</groupId>
545                                                         <artifactId>jersey-client</artifactId>
546                                                         <version>${jersey.json.version}</version>
547                                                 </additionalDependency>
548                                                 <additionalDependency>
549                                                         <groupId>com.sun.jersey</groupId>
550                                                         <artifactId>jersey-core</artifactId>
551                                                         <version>${jersey.json.version}</version>
552                                                 </additionalDependency>
553                                                 <additionalDependency>
554                                                         <groupId>org.apache.httpcomponents</groupId>
555                                                         <artifactId>httpcore-osgi</artifactId>
556                                                         <version>${apache.httpcomponents.core.version}</version>
557                                                 </additionalDependency>
558                                                 <additionalDependency>
559                                                         <groupId>org.apache.httpcomponents</groupId>
560                                                         <artifactId>httpclient-osgi</artifactId>
561                                                         <version>${apache.httpcomponents.client.version}</version>
562                                                 </additionalDependency>
563                                                 <additionalDependency>
564                                                         <groupId>com.fasterxml.jackson.core</groupId>
565                                                         <artifactId>jackson-databind</artifactId>
566                                                         <version>${fasterxml.jackson.version}</version>
567                                                 </additionalDependency>
568                                                 <additionalDependency>
569                                                         <groupId>com.fasterxml.jackson.core</groupId>
570                                                         <artifactId>jackson-annotations</artifactId>
571                                                         <version>${fasterxml.jackson.version}</version>
572                                                 </additionalDependency>
573                                                 <additionalDependency>
574                                                         <groupId>com.fasterxml.jackson.core</groupId>
575                                                         <artifactId>jackson-core</artifactId>
576                                                         <version>${fasterxml.jackson.version}</version>
577                                                 </additionalDependency>
578                                                 <additionalDependency>
579                                                         <groupId>commons-lang</groupId>
580                                                         <artifactId>commons-lang</artifactId>
581                                                         <version>${commons.lang.version}</version>
582                                                 </additionalDependency>
583                                         </additionalDependencies>
584                                 </configuration>
585                                 <reportSets>
586                                         <reportSet>
587                                                 <reports>
588                                                         <report>javadoc-no-fork</report>
589                                                         <report>test-javadoc-no-fork</report>
590                                                 </reports>
591                                         </reportSet>
592                                         <reportSet>
593                                                 <id>aggregate</id>
594                                                 <reports>
595                                                         <report>aggregate</report>
596                                                         <report>test-aggregate</report>
597                                                 </reports>
598                                         </reportSet>
599                                 </reportSets>
600                         </plugin>
601                         <plugin>
602                                 <groupId>org.apache.maven.plugins</groupId>
603                                 <artifactId>maven-jxr-plugin</artifactId>
604                                 <version>2.3</version>
605                                 <reportSets>
606                                         <reportSet>
607                                                 <id>aggregate</id>
608                                                 <reports>
609                                                         <report>aggregate</report>
610                                                         <report>test-aggregate</report>
611                                                 </reports>
612                                         </reportSet>
613                                 </reportSets>
614                         </plugin>
615
616                         <plugin>
617                                 <artifactId>maven-surefire-plugin</artifactId>
618                                 <version>2.17</version>
619                         </plugin>
620                         <plugin>
621                                 <groupId>org.apache.maven.plugins</groupId>
622                                 <artifactId>maven-changelog-plugin</artifactId>
623                                 <version>2.3</version>
624                                 <reportSets>
625                                         <reportSet>
626                                                 <id>dual-report</id>
627                                                 <configuration>
628                                                         <type>range</type>
629                                                         <range>30</range>
630                                                 </configuration>
631                                                 <reports>
632                                                         <report>changelog</report>
633                                                         <report>file-activity</report>
634                                                 </reports>
635                                         </reportSet>
636                                 </reportSets>
637                         </plugin>
638                         <plugin>
639                                 <groupId>org.codehaus.mojo</groupId>
640                                 <artifactId>taglist-maven-plugin</artifactId>
641                                 <version>2.4</version>
642                         </plugin>
643                 </plugins>
644         </reporting>
645
646
647         <pluginRepositories>
648                 <pluginRepository>
649                         <id>onap-public</id>
650                         <url>${onap.nexus.public-url}</url>
651                         <releases>
652                                 <enabled>true</enabled>
653                         </releases>
654                         <snapshots>
655                                 <enabled>true</enabled>
656                         </snapshots>
657                 </pluginRepository>
658                 <pluginRepository>
659                         <id>onap-staging</id>
660                         <url>${onap.nexus.staging-url}</url>
661                         <releases>
662                                 <enabled>true</enabled>
663                         </releases>
664                         <snapshots>
665                                 <enabled>true</enabled>
666                         </snapshots>
667                 </pluginRepository>
668                 <pluginRepository>
669                         <id>onap-snapshot</id>
670                         <url>${onap.nexus.snapshot-url}</url>
671                         <releases>
672                                 <enabled>false</enabled>
673                         </releases>
674                         <snapshots>
675                                 <enabled>true</enabled>
676                         </snapshots>
677                 </pluginRepository>
678                 <pluginRepository>
679                         <id>opendaylight-mirror</id>
680                         <name>opendaylight-mirror</name>
681                         <url>${opendaylight.nexus.public-url}</url>
682                         <releases>
683                                 <enabled>true</enabled>
684                                 <updatePolicy>never</updatePolicy>
685                         </releases>
686                         <snapshots>
687                                 <enabled>false</enabled>
688                         </snapshots>
689                 </pluginRepository>
690                 <pluginRepository>
691                         <id>opendaylight-snapshot</id>
692                         <name>opendaylight-snapshot</name>
693                         <url>${opendaylight.nexus.snapshot-url}</url>
694                         <releases>
695                                 <enabled>false</enabled>
696                         </releases>
697                         <snapshots>
698                                 <enabled>true</enabled>
699                         </snapshots>
700                 </pluginRepository>
701                 <!-- Black Duck plugin dependencies -->
702                 <pluginRepository>
703                         <id>JCenter</id>
704                         <name>JCenter Repository</name>
705                         <url>http://jcenter.bintray.com</url>
706                 </pluginRepository>
707
708                 <pluginRepository>
709                         <id>Restlet</id>
710                         <name>Restlet Repository</name>
711                         <url>http://maven.restlet.com</url>
712                 </pluginRepository>
713         </pluginRepositories>
714
715
716         <repositories>
717                 <repository>
718                         <id>onap-public</id>
719                         <url>https://nexus.onap.org/content/groups/public</url>
720                         <releases>
721                                 <enabled>true</enabled>
722                                 <updatePolicy>never</updatePolicy>
723                         </releases>
724                         <snapshots>
725                                 <enabled>true</enabled>
726                                 <updatePolicy>always</updatePolicy>
727                         </snapshots>
728                 </repository>
729                 <repository>
730                         <id>onap-staging</id>
731                         <url>https://nexus.onap.org/content/groups/staging</url>
732                         <releases>
733                                 <enabled>true</enabled>
734                                 <updatePolicy>never</updatePolicy>
735                         </releases>
736                         <snapshots>
737                                 <enabled>true</enabled>
738                                 <updatePolicy>always</updatePolicy>
739                         </snapshots>
740                 </repository>
741                 <repository>
742                         <id>ecomp-release</id>
743                         <name>onap-repository-releases</name>
744                         <url>https://nexus.onap.org/content/repositories/releases</url>
745                         <releases>
746                                 <enabled>true</enabled>
747                                 <updatePolicy>never</updatePolicy>
748                         </releases>
749                         <snapshots>
750                                 <enabled>false</enabled>
751                         </snapshots>
752                 </repository>
753                 <repository>
754                         <id>ecomp-snapshot</id>
755                         <name>onap-repository-snapshots</name>
756                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
757                         <releases>
758                                 <enabled>false</enabled>
759                         </releases>
760                         <snapshots>
761                                 <enabled>true</enabled>
762                         </snapshots>
763                 </repository>
764                 <repository>
765                         <id>opendaylight-mirror</id>
766                         <name>opendaylight-mirror</name>
767                         <url>https://nexus.opendaylight.org/content/repositories/public/</url>
768                         <releases>
769                                 <enabled>true</enabled>
770                                 <updatePolicy>never</updatePolicy>
771                         </releases>
772                         <snapshots>
773                                 <enabled>false</enabled>
774                         </snapshots>
775                 </repository>
776                 <repository>
777                         <id>opendaylight-snapshot</id>
778                         <name>opendaylight-snapshot</name>
779                         <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
780                         <releases>
781                                 <enabled>false</enabled>
782                         </releases>
783                         <snapshots>
784                                 <enabled>true</enabled>
785                         </snapshots>
786                 </repository>
787
788         </repositories>
789
790         <distributionManagement>
791                 <repository>
792                         <id>ecomp-releases</id>
793                         <url>https://nexus.onap.org/content/repositories/releases</url>
794                 </repository>
795                 <snapshotRepository>
796                         <id>ecomp-snapshots</id>
797                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
798                 </snapshotRepository>
799         </distributionManagement>
800
801         <build>
802                 <pluginManagement>
803                         <plugins>
804
805                                 <!-- Plugins from ONAP oparent -->
806                                 <plugin>
807                                         <groupId>org.apache.maven.plugins</groupId>
808                                         <artifactId>maven-deploy-plugin</artifactId>
809                                         <!-- This version supports the "deployAtEnd" parameter -->
810                                         <version>2.8</version>
811                                         <configuration>
812                                                 <skip/>
813                                         </configuration>
814                                 </plugin>
815
816                                 <plugin>
817                                         <groupId>org.apache.maven.plugins</groupId>
818                                         <artifactId>maven-site-plugin</artifactId>
819                                         <version>3.6</version>
820                                         <dependencies>
821                                                 <dependency>
822                                                         <groupId>org.apache.maven.wagon</groupId>
823                                                         <artifactId>wagon-webdav-jackrabbit</artifactId>
824                                                         <version>2.10</version>
825                                                 </dependency>
826                                                 <dependency>
827                                                         <groupId>org.apache.maven.doxia</groupId>
828                                                         <artifactId>doxia-core</artifactId>
829                                                         <version>1.7</version>
830                                                 </dependency>
831                                                 <dependency>
832                                                         <groupId>org.apache.maven.doxia</groupId>
833                                                         <artifactId>doxia-sink-api</artifactId>
834                                                         <version>1.7</version>
835                                                 </dependency>
836                                                 <dependency>
837                                                         <groupId>org.apache.maven.doxia</groupId>
838                                                         <artifactId>doxia-logging-api</artifactId>
839                                                         <version>1.7</version>
840                                                 </dependency>
841                                         </dependencies>
842                                         <executions>
843                                                 <execution>
844                                                         <id>attach-descriptor</id>
845                                                         <goals>
846                                                                 <goal>attach-descriptor</goal>
847                                                         </goals>
848                                                 </execution>
849                                         </executions>
850                                 </plugin>
851                                 <plugin>
852                                         <artifactId>maven-checkstyle-plugin</artifactId>
853                                         <version>2.17</version>
854                                         <dependencies>
855                                                 <dependency>
856                                                         <groupId>org.onap.oparent</groupId>
857                                                         <artifactId>checkstyle</artifactId>
858                                                         <version>1.1.1</version>
859                                                 </dependency>
860                                         </dependencies>
861                                         <executions>
862                                                 <execution>
863                                                         <id>check-license</id>
864                                                         <goals>
865                                                                 <goal>check</goal>
866                                                         </goals>
867                                                         <phase>process-sources</phase>
868                                                         <configuration>
869                                                                 <configLocation>onap-checkstyle/check-license.xml</configLocation>
870                                                                 <headerLocation>onap-checkstyle/apache-license-2.regexp.txt</headerLocation>
871                                                                 <includeResources>false</includeResources>
872                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
873                                                                 <includeTestResources>false</includeTestResources>
874                                                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
875                                                                 <excludes>
876                                                                 </excludes>
877                                                                 <failsOnError>false</failsOnError>
878                                                                 <consoleOutput>true</consoleOutput>
879                                                         </configuration>
880                                                 </execution>
881                                                 <execution>
882                                                         <id>check-style</id>
883                                                         <goals>
884                                                                 <goal>check</goal>
885                                                         </goals>
886                                                         <phase>process-sources</phase>
887                                                         <configuration>
888                                                                 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml 
889                                                                         with minor changes -->
890                                                                 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
891                                                                 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated 
892                                                                         sources directory -->
893                                                                 <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory>
894                                                                 <includeResources>true</includeResources>
895                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
896                                                                 <includeTestResources>true</includeTestResources>
897                                                                 <excludes>
898                                                                 </excludes>
899                                                                 <failsOnError>false</failsOnError>
900                                                                 <consoleOutput>true</consoleOutput>
901                                                         </configuration>
902                                                 </execution>
903                                         </executions>
904                                 </plugin>
905                                 <plugin>
906                                         <groupId>org.jacoco</groupId>
907                                         <artifactId>jacoco-maven-plugin</artifactId>
908                                         <version>${jacoco.version}</version>
909                                         <configuration>
910                                                 <!-- Note: This exclusion list should match <sonar.exclusions> property 
911                                                         above -->
912                                                 <excludes>
913                                                         <exclude>**/gen/**</exclude>
914                                                         <exclude>**/generated-sources/**</exclude>
915                                                         <exclude>**/yang-gen/**</exclude>
916                                                         <exclude>**/pax/**</exclude>
917                                                 </excludes>
918                                         </configuration>
919                                         <executions>
920                                                 <!-- Prepares the property pointing to the JaCoCo runtime agent which 
921                                                         is passed as VM argument when Maven the Surefire plugin is executed. -->
922                                                 <execution>
923                                                         <id>pre-unit-test</id>
924                                                         <goals>
925                                                                 <goal>prepare-agent</goal>
926                                                         </goals>
927                                                         <configuration>
928                                                                 <!-- Sets the path to the file which contains the execution data. -->
929                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
930                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
931                                                                         runtime agent. -->
932                                                                 <propertyName>surefireArgLine</propertyName>
933                                                         </configuration>
934                                                 </execution>
935                                                 <!-- Ensures that the code coverage report for unit tests is created 
936                                                         after unit tests have been run. -->
937                                                 <execution>
938                                                         <id>post-unit-test</id>
939                                                         <phase>test</phase>
940                                                         <goals>
941                                                                 <goal>report</goal>
942                                                         </goals>
943                                                         <configuration>
944                                                                 <!-- Sets the path to the file which contains the execution data. -->
945                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
946                                                                 <!-- Sets the output directory for the code coverage report. -->
947                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
948                                                         </configuration>
949                                                 </execution>
950                                                 <execution>
951                                                         <id>pre-integration-test</id>
952                                                         <phase>pre-integration-test</phase>
953                                                         <goals>
954                                                                 <goal>prepare-agent</goal>
955                                                         </goals>
956                                                         <configuration>
957                                                                 <!-- Sets the path to the file which contains the execution data. -->
958                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
959                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
960                                                                         runtime agent. -->
961                                                                 <propertyName>failsafeArgLine</propertyName>
962                                                         </configuration>
963                                                 </execution>
964                                                 <!-- Ensures that the code coverage report for integration tests after 
965                                                         integration tests have been run. -->
966                                                 <execution>
967                                                         <id>post-integration-test</id>
968                                                         <phase>post-integration-test</phase>
969                                                         <goals>
970                                                                 <goal>report</goal>
971                                                         </goals>
972                                                         <configuration>
973                                                                 <!-- Sets the path to the file which contains the execution data. -->
974                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
975                                                                 <!-- Sets the output directory for the code coverage report. -->
976                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
977                                                         </configuration>
978                                                 </execution>
979                                         </executions>
980                                 </plugin>
981                                 <plugin>
982                                         <groupId>org.apache.maven.plugins</groupId>
983                                         <artifactId>maven-surefire-plugin</artifactId>
984                                         <version>2.19.1</version>
985                                         <configuration>
986                                                 <!-- Sets the VM argument line used when unit tests are run. -->
987                                                 <argLine>${surefireArgLine}</argLine>
988                                                 <!-- Excludes integration tests when unit tests are run. -->
989                                                 <excludes>
990                                                         <exclude>**/IT*.java</exclude>
991                                                 </excludes>
992                                         </configuration>
993                                 </plugin>
994                                 <plugin>
995                                         <groupId>org.apache.maven.plugins</groupId>
996                                         <artifactId>maven-failsafe-plugin</artifactId>
997                                         <version>2.19.1</version>
998                                         <executions>
999                                                 <!-- Ensures that both integration-test and verify goals of the Failsafe 
1000                                                         Maven plugin are executed. -->
1001                                                 <execution>
1002                                                         <id>integration-tests</id>
1003                                                         <goals>
1004                                                                 <goal>integration-test</goal>
1005                                                                 <goal>verify</goal>
1006                                                         </goals>
1007                                                         <configuration>
1008                                                                 <!-- Sets the VM argument line used when integration tests are run. -->
1009                                                                 <argLine>${failsafeArgLine}</argLine>
1010                                                         </configuration>
1011                                                 </execution>
1012                                         </executions>
1013                                 </plugin>
1014                                 <plugin>
1015                                         <groupId>org.apache.maven.plugins</groupId>
1016                                         <artifactId>maven-compiler-plugin</artifactId>
1017                                         <version>${maven.compile.plugin.version}</version>
1018                                         <configuration>
1019                                                 <source>${java.version.source}</source>
1020                                                 <target>${java.version.target}</target>
1021                                         </configuration>
1022                                 </plugin>
1023                                 <plugin>
1024                                         <groupId>org.sonarsource.scanner.maven</groupId>
1025                                         <artifactId>sonar-maven-plugin</artifactId>
1026                                         <version>3.3.0.603</version>
1027                                 </plugin>
1028
1029                                 <!-- End of plugins from ONAP oparent -->
1030
1031                                 <plugin>
1032                                         <groupId>org.apache.maven.plugins</groupId>
1033                                         <artifactId>maven-javadoc-plugin</artifactId>
1034                                         <version>2.10</version>
1035                                         <configuration>
1036                                                 <additionalDependencies>
1037                                                         <additionalDependency>
1038                                                                 <groupId>org.slf4j</groupId>
1039                                                                 <artifactId>slf4j-api</artifactId>
1040                                                                 <version>${slf4j.version}</version>
1041                                                         </additionalDependency>
1042                                                         <additionalDependency>
1043                                                                 <groupId>org.antlr</groupId>
1044                                                                 <artifactId>antlr4</artifactId>
1045                                                                 <version>${antlr.version}</version>
1046                                                         </additionalDependency>
1047                                                         <additionalDependency>
1048                                                                 <groupId>org.antlr</groupId>
1049                                                                 <artifactId>antlr4-runtime</artifactId>
1050                                                                 <version>${antlr.version}</version>
1051                                                         </additionalDependency>
1052
1053                                                         <additionalDependency>
1054                                                                 <groupId>com.sun.jersey</groupId>
1055                                                                 <artifactId>jersey-client</artifactId>
1056                                                                 <version>${jersey.client.version}</version>
1057                                                         </additionalDependency>
1058                                                         <additionalDependency>
1059                                                                 <groupId>com.sun.jersey</groupId>
1060                                                                 <artifactId>jersey-core</artifactId>
1061                                                                 <version>${jersey.version}</version>
1062                                                         </additionalDependency>
1063                                                         <additionalDependency>
1064                                                                 <groupId>org.apache.httpcomponents</groupId>
1065                                                                 <artifactId>httpcore-osgi</artifactId>
1066                                                                 <version>${apache.httpcomponents.core.version}</version>
1067                                                         </additionalDependency>
1068                                                         <additionalDependency>
1069                                                                 <groupId>org.apache.httpcomponents</groupId>
1070                                                                 <artifactId>httpclient-osgi</artifactId>
1071                                                                 <version>${apache.httpcomponents.client.version}</version>
1072                                                         </additionalDependency>
1073                                                         <additionalDependency>
1074                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1075                                                                 <artifactId>jackson-databind</artifactId>
1076                                                                 <version>${jackson.version}</version>
1077                                                         </additionalDependency>
1078                                                         <additionalDependency>
1079                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1080                                                                 <artifactId>jackson-annotations</artifactId>
1081                                                                 <version>${jackson.version}</version>
1082                                                         </additionalDependency>
1083                                                         <additionalDependency>
1084                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1085                                                                 <artifactId>jackson-core</artifactId>
1086                                                                 <version>${jackson.version}</version>
1087                                                         </additionalDependency>
1088                                                         <additionalDependency>
1089                                                                 <groupId>commons-lang</groupId>
1090                                                                 <artifactId>commons-lang</artifactId>
1091                                                                 <version>${commons.lang.version}</version>
1092                                                         </additionalDependency>
1093                                                 </additionalDependencies>
1094                                         </configuration>
1095
1096                                         <executions>
1097                                                 <execution>
1098                                                         <id>aggregate</id>
1099                                                         <goals>
1100                                                                 <goal>aggregate</goal>
1101                                                         </goals>
1102                                                         <phase>site</phase>
1103
1104                                                 </execution>
1105                                         </executions>
1106                                 </plugin>
1107
1108                         </plugins>
1109
1110                 </pluginManagement>
1111
1112                 <plugins>
1113                         <!-- Plugins from ONAP oparent -->
1114                         <plugin>
1115                                 <artifactId>maven-checkstyle-plugin</artifactId>
1116                         </plugin>
1117                         <plugin>
1118                                 <groupId>org.codehaus.mojo</groupId>
1119                                 <artifactId>build-helper-maven-plugin</artifactId>
1120                                 <version>1.12</version>
1121                         </plugin>
1122                         <!-- Jacoco / Sonar -->
1123                         <plugin>
1124                                 <groupId>org.jacoco</groupId>
1125                                 <artifactId>jacoco-maven-plugin</artifactId>
1126                         </plugin>
1127                         <plugin>
1128                                 <groupId>org.apache.maven.plugins</groupId>
1129                                 <artifactId>maven-surefire-plugin</artifactId>
1130                         </plugin>
1131                         <plugin>
1132                                 <groupId>org.apache.maven.plugins</groupId>
1133                                 <artifactId>maven-failsafe-plugin</artifactId>
1134                         </plugin>
1135
1136                         <!-- End of plugins from ONAP oparent -->
1137                         <plugin>
1138                                 <groupId>org.codehaus.mojo</groupId>
1139                                 <artifactId>properties-maven-plugin</artifactId>
1140                                 <version>1.0.0</version>
1141                                 <executions>
1142                                         <execution>
1143                                                 <goals>
1144                                                         <goal>set-system-properties</goal>
1145                                                 </goals>
1146                                                 <configuration>
1147                                                         <properties>
1148                                                                 <property>
1149                                                                         <name>maven.wagon.http.ssl.allowall</name>
1150                                                                         <value>${ssl.allowall}</value>
1151                                                                 </property>
1152                                                                 <property>
1153                                                                         <name>maven.wagon.http.ssl.insecure</name>
1154                                                                         <value>${ssl.insecure}</value>
1155                                                                 </property>
1156                                                         </properties>
1157                                                 </configuration>
1158                                         </execution>
1159                                 </executions>
1160                         </plugin>
1161                         <plugin>
1162                                 <groupId>org.sonatype.plugins</groupId>
1163                                 <artifactId>nexus-staging-maven-plugin</artifactId>
1164                                 <version>1.6.7</version>
1165                                 <extensions>true</extensions>
1166                                 <configuration>
1167                                         <nexusUrl>${onap.nexus.url}</nexusUrl>
1168                                         <stagingProfileId>176c31dfe190a</stagingProfileId>
1169                                         <serverId>ecomp-staging</serverId>
1170                                 </configuration>
1171                         </plugin>
1172                         <plugin>
1173                                 <groupId>org.codehaus.mojo</groupId>
1174                                 <artifactId>versions-maven-plugin</artifactId>
1175                                 <version>2.5</version>
1176                                 <configuration>
1177                                         <processAllModules>true</processAllModules>
1178                                 </configuration>
1179                         </plugin>
1180                         <plugin>
1181                                 <artifactId>maven-scm-plugin</artifactId>
1182                                 <version>1.8.1</version>
1183                                 <configuration>
1184                                         <tag>${project.artifactId}-${project.version}</tag>
1185                                 </configuration>
1186                         </plugin>
1187                 </plugins>
1188         </build>
1189         <organization>
1190                 <name>ONAP</name>
1191         </organization>
1192 </project>