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