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