Fix staging build
[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.1.4-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.3.3</ccsdk.sli.core.version>
92                 <ccsdk.sli.adaptors.version>0.3.3</ccsdk.sli.adaptors.version>
93                 <ccsdk.sli.northbound.version>0.3.3</ccsdk.sli.northbound.version>
94                 <ccsdk.sli.plugins.version>0.3.3</ccsdk.sli.plugins.version>
95                 <ccsdk.distribution.version>0.3.3</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                 <profile>
420                         <id>nexus-staging</id>
421                         <activation>
422                             <property>
423                                 <name>!altDeploymentRepository</name>
424                             </property>
425                         </activation>
426                         <build>
427                                 <plugins>
428                                         <plugin>
429                                                 <groupId>org.sonatype.plugins</groupId>
430                                                 <artifactId>nexus-staging-maven-plugin</artifactId>
431                                                 <version>1.6.7</version>
432                                                 <extensions>true</extensions>
433                                                 <configuration>
434                                                         <nexusUrl>https://nexus.onap.org</nexusUrl>
435                                                         <stagingProfileId>176c31dfe190a</stagingProfileId>
436                                                         <serverId>ecomp-staging</serverId>
437                                                 </configuration>
438                                         </plugin>
439                                 </plugins>
440                         </build>
441                 </profile>
442         </profiles>
443
444
445         <dependencyManagement>
446                 <dependencies>
447                         <dependency>
448                                 <groupId>org.opendaylight.mdsal.model</groupId>
449                                 <artifactId>mdsal-model-artifacts</artifactId>
450                                 <version>${odl.mdsal.model.version}</version>
451                                 <type>pom</type>
452                                 <scope>import</scope>
453                         </dependency>
454                         <dependency>
455                                 <groupId>org.opendaylight.controller</groupId>
456                                 <artifactId>mdsal-artifacts</artifactId>
457                                 <version>${odl.mdsal.version}</version>
458                                 <type>pom</type>
459                                 <scope>import</scope>
460                         </dependency>
461                         <dependency>
462                                 <groupId>org.onap.ccsdk.sli.core</groupId>
463                                 <artifactId>sli-common</artifactId>
464                                 <version>${ccsdk.sli.core.version}</version>
465                         </dependency>
466
467                         <dependency>
468                                 <groupId>org.onap.ccsdk.sli.core</groupId>
469                                 <artifactId>sli-provider</artifactId>
470                                 <version>${ccsdk.sli.core.version}</version>
471                         </dependency>
472                         <dependency>
473                                 <groupId>org.onap.ccsdk.sli.core</groupId>
474                                 <artifactId>ccsdk-sli</artifactId>
475                                 <version>${ccsdk.sli.core.version}</version>
476                                 <type>xml</type>
477                                 <classifier>features</classifier>
478                         </dependency>
479                         <dependency>
480                                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
481                                 <artifactId>aai-service-provider</artifactId>
482                                 <version>${sdnctl.aai.service.version}</version>
483                         </dependency>
484
485                         <dependency>
486                                 <groupId>org.onap.ccsdk.sli.core</groupId>
487                                 <artifactId>dblib-provider</artifactId>
488                                 <version>${sdnctl.dblib.version}</version>
489                         </dependency>
490
491                         <dependency>
492                                 <groupId>org.testng</groupId>
493                                 <artifactId>testng</artifactId>
494                                 <version>6.11</version>
495                         </dependency>
496                         <dependency>
497                                 <groupId>org.springframework</groupId>
498                                 <artifactId>spring-test</artifactId>
499                                 <version>${spring.version}</version>
500                         </dependency>
501                         <dependency>
502                                 <groupId>org.springframework</groupId>
503                                 <artifactId>spring-beans</artifactId>
504                                 <version>${spring.version}</version>
505                         </dependency>
506                         <dependency>
507                                 <groupId>org.springframework</groupId>
508                                 <artifactId>spring-context</artifactId>
509                                 <version>${spring.version}</version>
510                         </dependency>
511                         <dependency>
512                                 <groupId>com.att.eelf</groupId>
513                                 <artifactId>eelf-core</artifactId>
514                                 <version>${eelf.version}</version>
515                         </dependency>
516                         <dependency>
517                                 <groupId>javax.ws.rs</groupId>
518                                 <artifactId>javax.ws.rs-api</artifactId>
519                                 <version>2.1</version>
520                         </dependency>
521                         <dependency>
522                                 <groupId>org.apache.derby</groupId>
523                                 <artifactId>derby</artifactId>
524                                 <version>${derby.version}</version>
525                                 <scope>test</scope>
526                         </dependency>
527                 </dependencies>
528
529         </dependencyManagement>
530
531
532         <reporting>
533                 <plugins>
534                         <plugin>
535                                 <artifactId>maven-javadoc-plugin</artifactId>
536                                 <version>2.10.4</version>
537                                 <configuration>
538                                         <failOnError>false</failOnError>
539                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
540                                         <docletArtifact>
541                                                 <groupId>org.umlgraph</groupId>
542                                                 <artifactId>umlgraph</artifactId>
543                                                 <version>5.6</version>
544                                         </docletArtifact>
545                                         <additionalparam>-views</additionalparam>
546                                         <useStandardDocletOptions>true</useStandardDocletOptions>
547                                         <excludePackageNames>org.opendaylight.*</excludePackageNames>
548                                         <additionalDependencies>
549                                                 <additionalDependency>
550                                                         <groupId>org.slf4j</groupId>
551                                                         <artifactId>slf4j-api</artifactId>
552                                                         <version>${slf4j.version}</version>
553                                                 </additionalDependency>
554                                                 <additionalDependency>
555                                                         <groupId>org.antlr</groupId>
556                                                         <artifactId>antlr4</artifactId>
557                                                         <version>${antlr.version}</version>
558                                                 </additionalDependency>
559                                                 <additionalDependency>
560                                                         <groupId>org.antlr</groupId>
561                                                         <artifactId>antlr4-runtime</artifactId>
562                                                         <version>${antlr.version}</version>
563                                                 </additionalDependency>
564
565                                                 <additionalDependency>
566                                                         <groupId>com.sun.jersey</groupId>
567                                                         <artifactId>jersey-client</artifactId>
568                                                         <version>${jersey.json.version}</version>
569                                                 </additionalDependency>
570                                                 <additionalDependency>
571                                                         <groupId>com.sun.jersey</groupId>
572                                                         <artifactId>jersey-core</artifactId>
573                                                         <version>${jersey.json.version}</version>
574                                                 </additionalDependency>
575                                                 <additionalDependency>
576                                                         <groupId>org.apache.httpcomponents</groupId>
577                                                         <artifactId>httpcore-osgi</artifactId>
578                                                         <version>${apache.httpcomponents.core.version}</version>
579                                                 </additionalDependency>
580                                                 <additionalDependency>
581                                                         <groupId>org.apache.httpcomponents</groupId>
582                                                         <artifactId>httpclient-osgi</artifactId>
583                                                         <version>${apache.httpcomponents.client.version}</version>
584                                                 </additionalDependency>
585                                                 <additionalDependency>
586                                                         <groupId>com.fasterxml.jackson.core</groupId>
587                                                         <artifactId>jackson-databind</artifactId>
588                                                         <version>${fasterxml.jackson.version}</version>
589                                                 </additionalDependency>
590                                                 <additionalDependency>
591                                                         <groupId>com.fasterxml.jackson.core</groupId>
592                                                         <artifactId>jackson-annotations</artifactId>
593                                                         <version>${fasterxml.jackson.version}</version>
594                                                 </additionalDependency>
595                                                 <additionalDependency>
596                                                         <groupId>com.fasterxml.jackson.core</groupId>
597                                                         <artifactId>jackson-core</artifactId>
598                                                         <version>${fasterxml.jackson.version}</version>
599                                                 </additionalDependency>
600                                                 <additionalDependency>
601                                                         <groupId>commons-lang</groupId>
602                                                         <artifactId>commons-lang</artifactId>
603                                                         <version>${commons.lang.version}</version>
604                                                 </additionalDependency>
605                                         </additionalDependencies>
606                                 </configuration>
607                                 <reportSets>
608                                         <reportSet>
609                                                 <reports>
610                                                         <report>javadoc-no-fork</report>
611                                                         <report>test-javadoc-no-fork</report>
612                                                 </reports>
613                                         </reportSet>
614                                         <reportSet>
615                                                 <id>aggregate</id>
616                                                 <reports>
617                                                         <report>aggregate</report>
618                                                         <report>test-aggregate</report>
619                                                 </reports>
620                                         </reportSet>
621                                 </reportSets>
622                         </plugin>
623                         <plugin>
624                                 <groupId>org.apache.maven.plugins</groupId>
625                                 <artifactId>maven-jxr-plugin</artifactId>
626                                 <version>2.3</version>
627                                 <reportSets>
628                                         <reportSet>
629                                                 <id>aggregate</id>
630                                                 <reports>
631                                                         <report>aggregate</report>
632                                                         <report>test-aggregate</report>
633                                                 </reports>
634                                         </reportSet>
635                                 </reportSets>
636                         </plugin>
637
638                         <plugin>
639                                 <artifactId>maven-surefire-plugin</artifactId>
640                                 <version>2.17</version>
641                         </plugin>
642                         <plugin>
643                                 <groupId>org.apache.maven.plugins</groupId>
644                                 <artifactId>maven-changelog-plugin</artifactId>
645                                 <version>2.3</version>
646                                 <reportSets>
647                                         <reportSet>
648                                                 <id>dual-report</id>
649                                                 <configuration>
650                                                         <type>range</type>
651                                                         <range>30</range>
652                                                 </configuration>
653                                                 <reports>
654                                                         <report>changelog</report>
655                                                         <report>file-activity</report>
656                                                 </reports>
657                                         </reportSet>
658                                 </reportSets>
659                         </plugin>
660                         <plugin>
661                                 <groupId>org.codehaus.mojo</groupId>
662                                 <artifactId>taglist-maven-plugin</artifactId>
663                                 <version>2.4</version>
664                         </plugin>
665                 </plugins>
666         </reporting>
667
668
669         <pluginRepositories>
670                 <pluginRepository>
671                         <id>onap-public</id>
672                         <url>${onap.nexus.public-url}</url>
673                         <releases>
674                                 <enabled>true</enabled>
675                         </releases>
676                         <snapshots>
677                                 <enabled>true</enabled>
678                         </snapshots>
679                 </pluginRepository>
680                 <pluginRepository>
681                         <id>onap-staging</id>
682                         <url>${onap.nexus.staging-url}</url>
683                         <releases>
684                                 <enabled>true</enabled>
685                         </releases>
686                         <snapshots>
687                                 <enabled>true</enabled>
688                         </snapshots>
689                 </pluginRepository>
690                 <pluginRepository>
691                         <id>onap-snapshot</id>
692                         <url>${onap.nexus.snapshot-url}</url>
693                         <releases>
694                                 <enabled>false</enabled>
695                         </releases>
696                         <snapshots>
697                                 <enabled>true</enabled>
698                         </snapshots>
699                 </pluginRepository>
700                 <pluginRepository>
701                         <id>opendaylight-mirror</id>
702                         <name>opendaylight-mirror</name>
703                         <url>${opendaylight.nexus.public-url}</url>
704                         <releases>
705                                 <enabled>true</enabled>
706                                 <updatePolicy>never</updatePolicy>
707                         </releases>
708                         <snapshots>
709                                 <enabled>false</enabled>
710                         </snapshots>
711                 </pluginRepository>
712                 <pluginRepository>
713                         <id>opendaylight-snapshot</id>
714                         <name>opendaylight-snapshot</name>
715                         <url>${opendaylight.nexus.snapshot-url}</url>
716                         <releases>
717                                 <enabled>false</enabled>
718                         </releases>
719                         <snapshots>
720                                 <enabled>true</enabled>
721                         </snapshots>
722                 </pluginRepository>
723                 <!-- Black Duck plugin dependencies -->
724                 <pluginRepository>
725                         <id>JCenter</id>
726                         <name>JCenter Repository</name>
727                         <url>http://jcenter.bintray.com</url>
728                 </pluginRepository>
729
730                 <pluginRepository>
731                         <id>Restlet</id>
732                         <name>Restlet Repository</name>
733                         <url>http://maven.restlet.com</url>
734                 </pluginRepository>
735         </pluginRepositories>
736
737
738         <repositories>
739                 <repository>
740                         <id>onap-public</id>
741                         <url>https://nexus.onap.org/content/groups/public</url>
742                         <releases>
743                                 <enabled>true</enabled>
744                                 <updatePolicy>never</updatePolicy>
745                         </releases>
746                         <snapshots>
747                                 <enabled>true</enabled>
748                                 <updatePolicy>always</updatePolicy>
749                         </snapshots>
750                 </repository>
751                 <repository>
752                         <id>onap-staging</id>
753                         <url>https://nexus.onap.org/content/groups/staging</url>
754                         <releases>
755                                 <enabled>true</enabled>
756                                 <updatePolicy>never</updatePolicy>
757                         </releases>
758                         <snapshots>
759                                 <enabled>true</enabled>
760                                 <updatePolicy>always</updatePolicy>
761                         </snapshots>
762                 </repository>
763                 <repository>
764                         <id>ecomp-release</id>
765                         <name>onap-repository-releases</name>
766                         <url>https://nexus.onap.org/content/repositories/releases</url>
767                         <releases>
768                                 <enabled>true</enabled>
769                                 <updatePolicy>never</updatePolicy>
770                         </releases>
771                         <snapshots>
772                                 <enabled>false</enabled>
773                         </snapshots>
774                 </repository>
775                 <repository>
776                         <id>ecomp-snapshot</id>
777                         <name>onap-repository-snapshots</name>
778                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
779                         <releases>
780                                 <enabled>false</enabled>
781                         </releases>
782                         <snapshots>
783                                 <enabled>true</enabled>
784                         </snapshots>
785                 </repository>
786                 <repository>
787                         <id>opendaylight-mirror</id>
788                         <name>opendaylight-mirror</name>
789                         <url>https://nexus.opendaylight.org/content/repositories/public/</url>
790                         <releases>
791                                 <enabled>true</enabled>
792                                 <updatePolicy>never</updatePolicy>
793                         </releases>
794                         <snapshots>
795                                 <enabled>false</enabled>
796                         </snapshots>
797                 </repository>
798                 <repository>
799                         <id>opendaylight-snapshot</id>
800                         <name>opendaylight-snapshot</name>
801                         <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
802                         <releases>
803                                 <enabled>false</enabled>
804                         </releases>
805                         <snapshots>
806                                 <enabled>true</enabled>
807                         </snapshots>
808                 </repository>
809
810         </repositories>
811
812         <distributionManagement>
813                 <repository>
814                         <id>ecomp-releases</id>
815                         <url>https://nexus.onap.org/content/repositories/releases</url>
816                 </repository>
817                 <snapshotRepository>
818                         <id>ecomp-snapshots</id>
819                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
820                 </snapshotRepository>
821         </distributionManagement>
822
823         <build>
824                 <pluginManagement>
825                         <plugins>
826
827                                 <!-- Plugins from ONAP oparent -->
828                                 <plugin>
829                                         <groupId>org.apache.maven.plugins</groupId>
830                                         <artifactId>maven-deploy-plugin</artifactId>
831                                         <!-- This version supports the "deployAtEnd" parameter -->
832                                         <version>2.8</version>
833                                         <configuration>
834                                                 <skip/>
835                                         </configuration>
836                                 </plugin>
837
838                                 <plugin>
839                                         <groupId>org.apache.maven.plugins</groupId>
840                                         <artifactId>maven-site-plugin</artifactId>
841                                         <version>3.6</version>
842                                         <dependencies>
843                                                 <dependency>
844                                                         <groupId>org.apache.maven.wagon</groupId>
845                                                         <artifactId>wagon-webdav-jackrabbit</artifactId>
846                                                         <version>2.10</version>
847                                                 </dependency>
848                                                 <dependency>
849                                                         <groupId>org.apache.maven.doxia</groupId>
850                                                         <artifactId>doxia-core</artifactId>
851                                                         <version>1.7</version>
852                                                 </dependency>
853                                                 <dependency>
854                                                         <groupId>org.apache.maven.doxia</groupId>
855                                                         <artifactId>doxia-sink-api</artifactId>
856                                                         <version>1.7</version>
857                                                 </dependency>
858                                                 <dependency>
859                                                         <groupId>org.apache.maven.doxia</groupId>
860                                                         <artifactId>doxia-logging-api</artifactId>
861                                                         <version>1.7</version>
862                                                 </dependency>
863                                         </dependencies>
864                                         <executions>
865                                                 <execution>
866                                                         <id>attach-descriptor</id>
867                                                         <goals>
868                                                                 <goal>attach-descriptor</goal>
869                                                         </goals>
870                                                 </execution>
871                                         </executions>
872                                 </plugin>
873                                 <plugin>
874                                         <artifactId>maven-checkstyle-plugin</artifactId>
875                                         <version>2.17</version>
876                                         <dependencies>
877                                                 <dependency>
878                                                         <groupId>org.onap.oparent</groupId>
879                                                         <artifactId>checkstyle</artifactId>
880                                                         <version>1.1.1</version>
881                                                 </dependency>
882                                         </dependencies>
883                                         <executions>
884                                                 <execution>
885                                                         <id>check-license</id>
886                                                         <goals>
887                                                                 <goal>check</goal>
888                                                         </goals>
889                                                         <phase>process-sources</phase>
890                                                         <configuration>
891                                                                 <configLocation>onap-checkstyle/check-license.xml</configLocation>
892                                                                 <headerLocation>onap-checkstyle/apache-license-2.regexp.txt</headerLocation>
893                                                                 <includeResources>false</includeResources>
894                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
895                                                                 <includeTestResources>false</includeTestResources>
896                                                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
897                                                                 <excludes>
898                                                                 </excludes>
899                                                                 <failsOnError>false</failsOnError>
900                                                                 <consoleOutput>true</consoleOutput>
901                                                         </configuration>
902                                                 </execution>
903                                                 <execution>
904                                                         <id>check-style</id>
905                                                         <goals>
906                                                                 <goal>check</goal>
907                                                         </goals>
908                                                         <phase>process-sources</phase>
909                                                         <configuration>
910                                                                 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml 
911                                                                         with minor changes -->
912                                                                 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
913                                                                 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated 
914                                                                         sources directory -->
915                                                                 <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory>
916                                                                 <includeResources>true</includeResources>
917                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
918                                                                 <includeTestResources>true</includeTestResources>
919                                                                 <excludes>
920                                                                 </excludes>
921                                                                 <failsOnError>false</failsOnError>
922                                                                 <consoleOutput>true</consoleOutput>
923                                                         </configuration>
924                                                 </execution>
925                                         </executions>
926                                 </plugin>
927                                 <plugin>
928                                         <groupId>org.jacoco</groupId>
929                                         <artifactId>jacoco-maven-plugin</artifactId>
930                                         <version>${jacoco.version}</version>
931                                         <configuration>
932                                                 <!-- Note: This exclusion list should match <sonar.exclusions> property 
933                                                         above -->
934                                                 <excludes>
935                                                         <exclude>**/gen/**</exclude>
936                                                         <exclude>**/generated-sources/**</exclude>
937                                                         <exclude>**/yang-gen/**</exclude>
938                                                         <exclude>**/pax/**</exclude>
939                                                 </excludes>
940                                         </configuration>
941                                         <executions>
942                                                 <!-- Prepares the property pointing to the JaCoCo runtime agent which 
943                                                         is passed as VM argument when Maven the Surefire plugin is executed. -->
944                                                 <execution>
945                                                         <id>pre-unit-test</id>
946                                                         <goals>
947                                                                 <goal>prepare-agent</goal>
948                                                         </goals>
949                                                         <configuration>
950                                                                 <!-- Sets the path to the file which contains the execution data. -->
951                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
952                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
953                                                                         runtime agent. -->
954                                                                 <propertyName>surefireArgLine</propertyName>
955                                                         </configuration>
956                                                 </execution>
957                                                 <!-- Ensures that the code coverage report for unit tests is created 
958                                                         after unit tests have been run. -->
959                                                 <execution>
960                                                         <id>post-unit-test</id>
961                                                         <phase>test</phase>
962                                                         <goals>
963                                                                 <goal>report</goal>
964                                                         </goals>
965                                                         <configuration>
966                                                                 <!-- Sets the path to the file which contains the execution data. -->
967                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
968                                                                 <!-- Sets the output directory for the code coverage report. -->
969                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
970                                                         </configuration>
971                                                 </execution>
972                                                 <execution>
973                                                         <id>pre-integration-test</id>
974                                                         <phase>pre-integration-test</phase>
975                                                         <goals>
976                                                                 <goal>prepare-agent</goal>
977                                                         </goals>
978                                                         <configuration>
979                                                                 <!-- Sets the path to the file which contains the execution data. -->
980                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
981                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
982                                                                         runtime agent. -->
983                                                                 <propertyName>failsafeArgLine</propertyName>
984                                                         </configuration>
985                                                 </execution>
986                                                 <!-- Ensures that the code coverage report for integration tests after 
987                                                         integration tests have been run. -->
988                                                 <execution>
989                                                         <id>post-integration-test</id>
990                                                         <phase>post-integration-test</phase>
991                                                         <goals>
992                                                                 <goal>report</goal>
993                                                         </goals>
994                                                         <configuration>
995                                                                 <!-- Sets the path to the file which contains the execution data. -->
996                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
997                                                                 <!-- Sets the output directory for the code coverage report. -->
998                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
999                                                         </configuration>
1000                                                 </execution>
1001                                         </executions>
1002                                 </plugin>
1003                                 <plugin>
1004                                         <groupId>org.apache.maven.plugins</groupId>
1005                                         <artifactId>maven-surefire-plugin</artifactId>
1006                                         <version>2.19.1</version>
1007                                         <configuration>
1008                                                 <!-- Sets the VM argument line used when unit tests are run. -->
1009                                                 <argLine>${surefireArgLine}</argLine>
1010                                                 <!-- Excludes integration tests when unit tests are run. -->
1011                                                 <excludes>
1012                                                         <exclude>**/IT*.java</exclude>
1013                                                 </excludes>
1014                                         </configuration>
1015                                 </plugin>
1016                                 <plugin>
1017                                         <groupId>org.apache.maven.plugins</groupId>
1018                                         <artifactId>maven-failsafe-plugin</artifactId>
1019                                         <version>2.19.1</version>
1020                                         <executions>
1021                                                 <!-- Ensures that both integration-test and verify goals of the Failsafe 
1022                                                         Maven plugin are executed. -->
1023                                                 <execution>
1024                                                         <id>integration-tests</id>
1025                                                         <goals>
1026                                                                 <goal>integration-test</goal>
1027                                                                 <goal>verify</goal>
1028                                                         </goals>
1029                                                         <configuration>
1030                                                                 <!-- Sets the VM argument line used when integration tests are run. -->
1031                                                                 <argLine>${failsafeArgLine}</argLine>
1032                                                         </configuration>
1033                                                 </execution>
1034                                         </executions>
1035                                 </plugin>
1036                                 <plugin>
1037                                         <groupId>org.apache.maven.plugins</groupId>
1038                                         <artifactId>maven-compiler-plugin</artifactId>
1039                                         <version>${maven.compile.plugin.version}</version>
1040                                         <configuration>
1041                                                 <source>${java.version.source}</source>
1042                                                 <target>${java.version.target}</target>
1043                                         </configuration>
1044                                 </plugin>
1045                                 <plugin>
1046                                         <groupId>org.sonarsource.scanner.maven</groupId>
1047                                         <artifactId>sonar-maven-plugin</artifactId>
1048                                         <version>3.3.0.603</version>
1049                                 </plugin>
1050
1051                                 <!-- End of plugins from ONAP oparent -->
1052
1053                                 <plugin>
1054                                         <groupId>org.apache.maven.plugins</groupId>
1055                                         <artifactId>maven-javadoc-plugin</artifactId>
1056                                         <version>2.10</version>
1057                                         <configuration>
1058                                                 <additionalDependencies>
1059                                                         <additionalDependency>
1060                                                                 <groupId>org.slf4j</groupId>
1061                                                                 <artifactId>slf4j-api</artifactId>
1062                                                                 <version>${slf4j.version}</version>
1063                                                         </additionalDependency>
1064                                                         <additionalDependency>
1065                                                                 <groupId>org.antlr</groupId>
1066                                                                 <artifactId>antlr4</artifactId>
1067                                                                 <version>${antlr.version}</version>
1068                                                         </additionalDependency>
1069                                                         <additionalDependency>
1070                                                                 <groupId>org.antlr</groupId>
1071                                                                 <artifactId>antlr4-runtime</artifactId>
1072                                                                 <version>${antlr.version}</version>
1073                                                         </additionalDependency>
1074
1075                                                         <additionalDependency>
1076                                                                 <groupId>com.sun.jersey</groupId>
1077                                                                 <artifactId>jersey-client</artifactId>
1078                                                                 <version>${jersey.client.version}</version>
1079                                                         </additionalDependency>
1080                                                         <additionalDependency>
1081                                                                 <groupId>com.sun.jersey</groupId>
1082                                                                 <artifactId>jersey-core</artifactId>
1083                                                                 <version>${jersey.version}</version>
1084                                                         </additionalDependency>
1085                                                         <additionalDependency>
1086                                                                 <groupId>org.apache.httpcomponents</groupId>
1087                                                                 <artifactId>httpcore-osgi</artifactId>
1088                                                                 <version>${apache.httpcomponents.core.version}</version>
1089                                                         </additionalDependency>
1090                                                         <additionalDependency>
1091                                                                 <groupId>org.apache.httpcomponents</groupId>
1092                                                                 <artifactId>httpclient-osgi</artifactId>
1093                                                                 <version>${apache.httpcomponents.client.version}</version>
1094                                                         </additionalDependency>
1095                                                         <additionalDependency>
1096                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1097                                                                 <artifactId>jackson-databind</artifactId>
1098                                                                 <version>${jackson.version}</version>
1099                                                         </additionalDependency>
1100                                                         <additionalDependency>
1101                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1102                                                                 <artifactId>jackson-annotations</artifactId>
1103                                                                 <version>${jackson.version}</version>
1104                                                         </additionalDependency>
1105                                                         <additionalDependency>
1106                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1107                                                                 <artifactId>jackson-core</artifactId>
1108                                                                 <version>${jackson.version}</version>
1109                                                         </additionalDependency>
1110                                                         <additionalDependency>
1111                                                                 <groupId>commons-lang</groupId>
1112                                                                 <artifactId>commons-lang</artifactId>
1113                                                                 <version>${commons.lang.version}</version>
1114                                                         </additionalDependency>
1115                                                 </additionalDependencies>
1116                                         </configuration>
1117
1118                                         <executions>
1119                                                 <execution>
1120                                                         <id>aggregate</id>
1121                                                         <goals>
1122                                                                 <goal>aggregate</goal>
1123                                                         </goals>
1124                                                         <phase>site</phase>
1125
1126                                                 </execution>
1127                                         </executions>
1128                                 </plugin>
1129
1130                         </plugins>
1131
1132                 </pluginManagement>
1133
1134                 <plugins>
1135                         <!-- Plugins from ONAP oparent -->
1136                         <plugin>
1137                                 <artifactId>maven-checkstyle-plugin</artifactId>
1138                         </plugin>
1139                         <plugin>
1140                                 <groupId>org.codehaus.mojo</groupId>
1141                                 <artifactId>build-helper-maven-plugin</artifactId>
1142                                 <version>1.12</version>
1143                         </plugin>
1144                         <!-- Jacoco / Sonar -->
1145                         <plugin>
1146                                 <groupId>org.jacoco</groupId>
1147                                 <artifactId>jacoco-maven-plugin</artifactId>
1148                         </plugin>
1149                         <plugin>
1150                                 <groupId>org.apache.maven.plugins</groupId>
1151                                 <artifactId>maven-surefire-plugin</artifactId>
1152                         </plugin>
1153                         <plugin>
1154                                 <groupId>org.apache.maven.plugins</groupId>
1155                                 <artifactId>maven-failsafe-plugin</artifactId>
1156                         </plugin>
1157
1158                         <!-- End of plugins from ONAP oparent -->
1159                         <plugin>
1160                                 <groupId>org.codehaus.mojo</groupId>
1161                                 <artifactId>properties-maven-plugin</artifactId>
1162                                 <version>1.0.0</version>
1163                                 <executions>
1164                                         <execution>
1165                                                 <goals>
1166                                                         <goal>set-system-properties</goal>
1167                                                 </goals>
1168                                                 <configuration>
1169                                                         <properties>
1170                                                                 <property>
1171                                                                         <name>maven.wagon.http.ssl.allowall</name>
1172                                                                         <value>${ssl.allowall}</value>
1173                                                                 </property>
1174                                                                 <property>
1175                                                                         <name>maven.wagon.http.ssl.insecure</name>
1176                                                                         <value>${ssl.insecure}</value>
1177                                                                 </property>
1178                                                         </properties>
1179                                                 </configuration>
1180                                         </execution>
1181                                 </executions>
1182                         </plugin>
1183                         <plugin>
1184                                 <groupId>org.codehaus.mojo</groupId>
1185                                 <artifactId>versions-maven-plugin</artifactId>
1186                                 <version>2.5</version>
1187                                 <configuration>
1188                                         <processAllModules>true</processAllModules>
1189                                 </configuration>
1190                         </plugin>
1191                         <plugin>
1192                                 <artifactId>maven-scm-plugin</artifactId>
1193                                 <version>1.8.1</version>
1194                                 <configuration>
1195                                         <tag>${project.artifactId}-${project.version}</tag>
1196                                 </configuration>
1197                         </plugin>
1198                 </plugins>
1199         </build>
1200         <organization>
1201                 <name>ONAP</name>
1202         </organization>
1203 </project>