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