Fix staging build
[ccsdk/parent.git] / odlparent / feature-repo-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>feature-repo-parent</artifactId>
9         <version>1.1.4-SNAPSHOT</version>
10
11         <parent>
12                 <groupId>org.opendaylight.odlparent</groupId>
13                 <artifactId>feature-repo-parent</artifactId>
14                 <version>3.1.3</version>
15                 <relativePath/>
16         </parent>
17
18
19         <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
20         <url>http://wiki.onap.org</url>
21         <description>Root POM to be used in place of odlparent for CCSDK based projects</description>
22
23
24         <issueManagement>
25                 <system>JIRA</system>
26                 <url>https://jira.onap.org/</url>
27         </issueManagement>
28
29         <properties>
30
31                 <!-- properties from oparent -->
32                 <maven.compiler.source>1.8</maven.compiler.source>
33                 <maven.compiler.target>1.8</maven.compiler.target>
34                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35                 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
36                 <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
37                 <!-- sitePath may be overridden in the inheriting POM if desired -->
38                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
39                 <jacoco.version>0.7.7.201606060606</jacoco.version>
40                 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
41                 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
42                 <!-- Default Sonar configuration -->
43                 <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec</sonar.jacoco.reportPaths>
44                 <!-- Note: This list should match jacoco-maven-plugin's exclusion list 
45                         below -->
46                 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
47                 <!-- If following file exist, auto-generation of swagger.json will be done -->
48                 <swagger-properties>${basedir}/src/main/resources/swagger.properties</swagger-properties>
49                 <!-- If following file exist, auto-generation of sdk will be done -->
50                 <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json>
51                 <!-- end of properties from oparent -->
52
53                 <!-- ONAP repositories -->
54                 <onap.nexus.host>nexus.onap.org</onap.nexus.host>
55                 <onap.nexus.port>443</onap.nexus.port>
56                 <onap.nexus.protocol>https</onap.nexus.protocol>
57                 <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url>
58                 <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url>
59                 <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url>
60                 <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url>
61                 <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
62                 <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
63
64
65                 <!-- OpenDaylight repositories -->
66                 <opendaylight.nexus.public-url>https://nexus.opendaylight.org/content/repositories/public/</opendaylight.nexus.public-url>
67                 <opendaylight.nexus.snapshot-url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</opendaylight.nexus.snapshot-url>
68
69
70                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
71                 <java.version.source>1.8</java.version.source>
72                 <java.version.target>1.8</java.version.target>
73                 <bundle.plugin.version>2.5.0</bundle.plugin.version>
74                 <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
75                 <features.file>features.xml</features.file>
76                 <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
77                 <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
78                 <checkstyle.skip>true</checkstyle.skip>
79
80
81                 <sonar.language>java</sonar.language>
82                 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
83                 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
84                 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
85                 <sonar.projectVersion>${project.version}</sonar.projectVersion>
86
87
88
89
90                 <!-- CCSDK component versions -->
91                 <ccsdk.sli.core.version>0.3.3</ccsdk.sli.core.version>
92                 <ccsdk.sli.adaptors.version>0.3.3</ccsdk.sli.adaptors.version>
93                 <ccsdk.sli.northbound.version>0.3.3</ccsdk.sli.northbound.version>
94                 <ccsdk.sli.plugins.version>0.3.3</ccsdk.sli.plugins.version>
95                 <ccsdk.distribution.version>0.3.3</ccsdk.distribution.version>
96                 <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
97                 <sdnctl.aai.service.version>${ccsdk.sli.adaptors.version}</sdnctl.aai.service.version>
98                 <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
99                 <sdnctl.mdsal.resource.version>${ccsdk.sli.adaptors.version}</sdnctl.mdsal.resource.version>
100                 <sdnctl.slipluginutils.version>${ccsdk.sli.core.version}</sdnctl.slipluginutils.version>
101
102
103
104                 <!-- Support libraries used by OpenDaylight -->
105                 <odl.mdsal.version>1.7.3</odl.mdsal.version>
106                 <odl.mdsal.model.version>0.12.3</odl.mdsal.model.version>
107                 <!-- Used by aaa, vtn -->
108                 <commons.codec.version>1.10</commons.codec.version>
109                 <!-- Used by netconf, ovsdb -->
110                 <commons.lang3.version>3.7</commons.lang3.version>
111                 <!-- Used by sfc, snmp4sdn; see also affinity, toolkit -->
112                 <commons.lang.version>2.6</commons.lang.version>
113                 <!-- Used by neutron; see also controller, vtn -->
114                 <commons.net.version>3.6</commons.net.version>
115                 <!-- Used by neutron -->
116                 <eclipse.persistence.version>2.7.1</eclipse.persistence.version>
117                 <!-- Used by aaa -->
118                 <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version>
119                 <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn -->
120                 <gson.version>2.8.2</gson.version>
121                 <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp -->
122                 <guava.version>23.6</guava.version>
123                 <!-- Used by lispflowmapping, sxp, vtn/manager -->
124                 <hamcrest.version>1.3.1</hamcrest.version>
125                 <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, 
126                         integration/distribution, snmp4sdn, toolkit, ttp -->
127                 <jackson.version>2.3.2</jackson.version>
128                 <!-- Used by snmp4sdn, yangtools -->
129                 <javassist.version>3.20.0-GA</javassist.version>
130
131                 <!-- FIXME remove all dependencies for jersey 1.17 after migration all 
132                         projects -->
133                 <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, 
134                         snmp4sdn, toolkit -->
135                 <jersey.version>1.19.4</jersey.version>
136                 <!-- Used by sfc -->
137                 <jersey.client.version>1.19.4</jersey.client.version>
138
139                 <!-- New packages for jersey migration 1.17 to 2.8 -->
140                 <!-- appache.geronimo.bundle for DocGen -->
141                 <!-- Used by aaa, iotdm, netconf, ovsdb, sfc -->
142                 <org.json.version>20131018</org.json.version>
143
144                 <!-- Used by sfc -->
145                 <jettison.version>1.3.8</jettison.version>
146                 <!-- Used by persistence -->
147                 <jsr305.api.version>3.0.0</jsr305.api.version>
148                 <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560 
149                         is fixed (either in PowerMock or with a new JUnit release) -->
150                 <!-- Used everywhere -->
151                 <junit.version>4.11</junit.version>
152                 <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
153                 <logback.version>1.2.3</logback.version>
154                 <!-- Used by nic, sfc, sxp, tsdr -->
155                 <mockito.version>1.10.19</mockito.version>
156                 <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
157                 <netty.version>4.1.22.Final</netty.version>
158                 <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, 
159                         toolkit -->
160                 <slf4j.version>1.7.25</slf4j.version>
161                 <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, 
162                         tsdr, ttp -->
163                 <spring.version>3.2.17.RELEASE</spring.version>
164
165
166
167                 <!-- Extra support libraries used by SDN-C -->
168                 <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
169                 <jackson-annotations-version>${jackson.version}</jackson-annotations-version>
170                 <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version>
171                 <apache.httpcomponents.core.version>4.4.4</apache.httpcomponents.core.version>
172                 <apache.httpcomponents.client.version>4.5.2</apache.httpcomponents.client.version>
173                 <antlr.version>4.7.1</antlr.version>
174                 <mysql.connector.version>5.1.39</mysql.connector.version>
175                 <mariadb.connector.version>2.1.1</mariadb.connector.version>
176                 <h2database.version>1.4.196</h2database.version>
177                 <derby.version>10.14.2.0</derby.version>
178
179                 <eelf.version>1.0.0</eelf.version>
180                 <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
181
182                 <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
183         </properties>
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         </profiles>
440
441
442         <dependencyManagement>
443                 <dependencies>
444                         <dependency>
445                                 <groupId>org.opendaylight.controller</groupId>
446                                 <artifactId>mdsal-artifacts</artifactId>
447                                 <version>${odl.mdsal.version}</version>
448                                 <type>pom</type>
449                                 <scope>import</scope>
450                         </dependency>
451                         <dependency>
452                                 <groupId>org.opendaylight.mdsal.model</groupId>
453                                 <artifactId>mdsal-model-artifacts</artifactId>
454                                 <version>${odl.mdsal.model.version}</version>
455                                 <type>pom</type>
456                                 <scope>import</scope>
457                         </dependency>
458                         <dependency>
459                                 <groupId>org.onap.sdnc.core</groupId>
460                                 <artifactId>sli-common</artifactId>
461                                 <version>${sdnctl.sli.version}</version>
462                         </dependency>
463
464                         <dependency>
465                                 <groupId>org.onap.sdnc.core</groupId>
466                                 <artifactId>sli-provider</artifactId>
467                                 <version>${sdnctl.sli.version}</version>
468                         </dependency>
469
470                         <dependency>
471                                 <groupId>org.onap.sdnc.core</groupId>
472                                 <artifactId>aai-service-provider</artifactId>
473                                 <version>${sdnctl.aai.service.version}</version>
474                         </dependency>
475
476                         <dependency>
477                                 <groupId>org.onap.sdnc.core</groupId>
478                                 <artifactId>dblib-provider</artifactId>
479                                 <version>${sdnctl.dblib.version}</version>
480                         </dependency>
481                         <dependency>
482                                 <groupId>com.att.eelf</groupId>
483                                 <artifactId>eelf-core</artifactId>
484                                 <version>${eelf.version}</version>
485                         </dependency>
486                         <dependency>
487                                 <groupId>org.apache.derby</groupId>
488                                 <artifactId>derby</artifactId>
489                                 <version>${derby.version}</version>
490                                 <scope>test</scope>
491                         </dependency>
492                 </dependencies>
493
494         </dependencyManagement>
495
496
497         <reporting>
498                 <plugins>
499                         <plugin>
500                                 <artifactId>maven-javadoc-plugin</artifactId>
501                                 <version>2.10.4</version>
502                                 <configuration>
503                                         <failOnError>false</failOnError>
504                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
505                                         <docletArtifact>
506                                                 <groupId>org.umlgraph</groupId>
507                                                 <artifactId>umlgraph</artifactId>
508                                                 <version>5.6</version>
509                                         </docletArtifact>
510                                         <additionalparam>-views</additionalparam>
511                                         <useStandardDocletOptions>true</useStandardDocletOptions>
512                                         <excludePackageNames>org.opendaylight.*</excludePackageNames>
513                                         <additionalDependencies>
514                                                 <additionalDependency>
515                                                         <groupId>org.slf4j</groupId>
516                                                         <artifactId>slf4j-api</artifactId>
517                                                         <version>${slf4j.version}</version>
518                                                 </additionalDependency>
519                                                 <additionalDependency>
520                                                         <groupId>org.antlr</groupId>
521                                                         <artifactId>antlr4</artifactId>
522                                                         <version>${antlr.version}</version>
523                                                 </additionalDependency>
524                                                 <additionalDependency>
525                                                         <groupId>org.antlr</groupId>
526                                                         <artifactId>antlr4-runtime</artifactId>
527                                                         <version>${antlr.version}</version>
528                                                 </additionalDependency>
529
530                                                 <additionalDependency>
531                                                         <groupId>com.sun.jersey</groupId>
532                                                         <artifactId>jersey-client</artifactId>
533                                                         <version>${jersey.json.version}</version>
534                                                 </additionalDependency>
535                                                 <additionalDependency>
536                                                         <groupId>com.sun.jersey</groupId>
537                                                         <artifactId>jersey-core</artifactId>
538                                                         <version>${jersey.json.version}</version>
539                                                 </additionalDependency>
540                                                 <additionalDependency>
541                                                         <groupId>org.apache.httpcomponents</groupId>
542                                                         <artifactId>httpcore-osgi</artifactId>
543                                                         <version>${apache.httpcomponents.core.version}</version>
544                                                 </additionalDependency>
545                                                 <additionalDependency>
546                                                         <groupId>org.apache.httpcomponents</groupId>
547                                                         <artifactId>httpclient-osgi</artifactId>
548                                                         <version>${apache.httpcomponents.client.version}</version>
549                                                 </additionalDependency>
550                                                 <additionalDependency>
551                                                         <groupId>com.fasterxml.jackson.core</groupId>
552                                                         <artifactId>jackson-databind</artifactId>
553                                                         <version>${fasterxml.jackson.version}</version>
554                                                 </additionalDependency>
555                                                 <additionalDependency>
556                                                         <groupId>com.fasterxml.jackson.core</groupId>
557                                                         <artifactId>jackson-annotations</artifactId>
558                                                         <version>${fasterxml.jackson.version}</version>
559                                                 </additionalDependency>
560                                                 <additionalDependency>
561                                                         <groupId>com.fasterxml.jackson.core</groupId>
562                                                         <artifactId>jackson-core</artifactId>
563                                                         <version>${fasterxml.jackson.version}</version>
564                                                 </additionalDependency>
565                                                 <additionalDependency>
566                                                         <groupId>commons-lang</groupId>
567                                                         <artifactId>commons-lang</artifactId>
568                                                         <version>${commons.lang.version}</version>
569                                                 </additionalDependency>
570                                         </additionalDependencies>
571                                 </configuration>
572                                 <reportSets>
573                                         <reportSet>
574                                                 <reports>
575                                                         <report>javadoc-no-fork</report>
576                                                         <report>test-javadoc-no-fork</report>
577                                                 </reports>
578                                         </reportSet>
579                                         <reportSet>
580                                                 <id>aggregate</id>
581                                                 <reports>
582                                                         <report>aggregate</report>
583                                                         <report>test-aggregate</report>
584                                                 </reports>
585                                         </reportSet>
586                                 </reportSets>
587                         </plugin>
588                         <plugin>
589                                 <groupId>org.apache.maven.plugins</groupId>
590                                 <artifactId>maven-jxr-plugin</artifactId>
591                                 <version>2.3</version>
592                                 <reportSets>
593                                         <reportSet>
594                                                 <id>aggregate</id>
595                                                 <reports>
596                                                         <report>aggregate</report>
597                                                         <report>test-aggregate</report>
598                                                 </reports>
599                                         </reportSet>
600                                 </reportSets>
601                         </plugin>
602
603                         <plugin>
604                                 <artifactId>maven-surefire-plugin</artifactId>
605                                 <version>2.17</version>
606                         </plugin>
607                         <plugin>
608                                 <groupId>org.apache.maven.plugins</groupId>
609                                 <artifactId>maven-changelog-plugin</artifactId>
610                                 <version>2.3</version>
611                                 <reportSets>
612                                         <reportSet>
613                                                 <id>dual-report</id>
614                                                 <configuration>
615                                                         <type>range</type>
616                                                         <range>30</range>
617                                                 </configuration>
618                                                 <reports>
619                                                         <report>changelog</report>
620                                                         <report>file-activity</report>
621                                                 </reports>
622                                         </reportSet>
623                                 </reportSets>
624                         </plugin>
625                         <plugin>
626                                 <groupId>org.codehaus.mojo</groupId>
627                                 <artifactId>taglist-maven-plugin</artifactId>
628                                 <version>2.4</version>
629                         </plugin>
630                 </plugins>
631         </reporting>
632
633
634         <pluginRepositories>
635                 <pluginRepository>
636                         <id>onap-public</id>
637                         <url>${onap.nexus.public-url}</url>
638                         <releases>
639                                 <enabled>true</enabled>
640                         </releases>
641                         <snapshots>
642                                 <enabled>true</enabled>
643                         </snapshots>
644                 </pluginRepository>
645                 <pluginRepository>
646                         <id>onap-staging</id>
647                         <url>${onap.nexus.staging-url}</url>
648                         <releases>
649                                 <enabled>true</enabled>
650                         </releases>
651                         <snapshots>
652                                 <enabled>true</enabled>
653                         </snapshots>
654                 </pluginRepository>
655                 <pluginRepository>
656                         <id>onap-snapshot</id>
657                         <url>${onap.nexus.snapshot-url}</url>
658                         <releases>
659                                 <enabled>false</enabled>
660                         </releases>
661                         <snapshots>
662                                 <enabled>true</enabled>
663                         </snapshots>
664                 </pluginRepository>
665                 <pluginRepository>
666                         <id>opendaylight-mirror</id>
667                         <name>opendaylight-mirror</name>
668                         <url>${opendaylight.nexus.public-url}</url>
669                         <releases>
670                                 <enabled>true</enabled>
671                                 <updatePolicy>never</updatePolicy>
672                         </releases>
673                         <snapshots>
674                                 <enabled>false</enabled>
675                         </snapshots>
676                 </pluginRepository>
677                 <pluginRepository>
678                         <id>opendaylight-snapshot</id>
679                         <name>opendaylight-snapshot</name>
680                         <url>${opendaylight.nexus.snapshot-url}</url>
681                         <releases>
682                                 <enabled>false</enabled>
683                         </releases>
684                         <snapshots>
685                                 <enabled>true</enabled>
686                         </snapshots>
687                 </pluginRepository>
688                 <!-- Black Duck plugin dependencies -->
689                 <pluginRepository>
690                         <id>JCenter</id>
691                         <name>JCenter Repository</name>
692                         <url>http://jcenter.bintray.com</url>
693                 </pluginRepository>
694
695                 <pluginRepository>
696                         <id>Restlet</id>
697                         <name>Restlet Repository</name>
698                         <url>http://maven.restlet.com</url>
699                 </pluginRepository>
700         </pluginRepositories>
701
702
703         <repositories>
704                 <repository>
705                         <id>onap-public</id>
706                         <url>https://nexus.onap.org/content/groups/public</url>
707                         <releases>
708                                 <enabled>true</enabled>
709                                 <updatePolicy>never</updatePolicy>
710                         </releases>
711                         <snapshots>
712                                 <enabled>true</enabled>
713                                 <updatePolicy>always</updatePolicy>
714                         </snapshots>
715                 </repository>
716                 <repository>
717                         <id>onap-staging</id>
718                         <url>https://nexus.onap.org/content/groups/staging</url>
719                         <releases>
720                                 <enabled>true</enabled>
721                                 <updatePolicy>never</updatePolicy>
722                         </releases>
723                         <snapshots>
724                                 <enabled>true</enabled>
725                                 <updatePolicy>always</updatePolicy>
726                         </snapshots>
727                 </repository>
728                 <repository>
729                         <id>ecomp-release</id>
730                         <name>onap-repository-releases</name>
731                         <url>https://nexus.onap.org/content/repositories/releases</url>
732                         <releases>
733                                 <enabled>true</enabled>
734                                 <updatePolicy>never</updatePolicy>
735                         </releases>
736                         <snapshots>
737                                 <enabled>false</enabled>
738                         </snapshots>
739                 </repository>
740                 <repository>
741                         <id>ecomp-snapshot</id>
742                         <name>onap-repository-snapshots</name>
743                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
744                         <releases>
745                                 <enabled>false</enabled>
746                         </releases>
747                         <snapshots>
748                                 <enabled>true</enabled>
749                         </snapshots>
750                 </repository>
751                 <repository>
752                         <id>opendaylight-mirror</id>
753                         <name>opendaylight-mirror</name>
754                         <url>https://nexus.opendaylight.org/content/repositories/public/</url>
755                         <releases>
756                                 <enabled>true</enabled>
757                                 <updatePolicy>never</updatePolicy>
758                         </releases>
759                         <snapshots>
760                                 <enabled>false</enabled>
761                         </snapshots>
762                 </repository>
763                 <repository>
764                         <id>opendaylight-snapshot</id>
765                         <name>opendaylight-snapshot</name>
766                         <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
767                         <releases>
768                                 <enabled>false</enabled>
769                         </releases>
770                         <snapshots>
771                                 <enabled>true</enabled>
772                         </snapshots>
773                 </repository>
774
775         </repositories>
776
777         <distributionManagement>
778                 <repository>
779                         <id>ecomp-releases</id>
780                         <url>https://nexus.onap.org/content/repositories/releases</url>
781                 </repository>
782                 <snapshotRepository>
783                         <id>ecomp-snapshots</id>
784                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
785                 </snapshotRepository>
786         </distributionManagement>
787
788         <build>
789                 <pluginManagement>
790                         <plugins>
791
792                                 <!-- Plugins from ONAP oparent -->
793                                 <plugin>
794                                         <groupId>org.apache.maven.plugins</groupId>
795                                         <artifactId>maven-deploy-plugin</artifactId>
796                                         <!-- This version supports the "deployAtEnd" parameter -->
797                                         <version>2.8</version>
798                                         <configuration>
799                                                 <skip/>
800                                         </configuration>
801                                 </plugin>
802
803                                 <plugin>
804                                         <groupId>org.apache.maven.plugins</groupId>
805                                         <artifactId>maven-site-plugin</artifactId>
806                                         <version>3.6</version>
807                                         <dependencies>
808                                                 <dependency>
809                                                         <groupId>org.apache.maven.wagon</groupId>
810                                                         <artifactId>wagon-webdav-jackrabbit</artifactId>
811                                                         <version>2.10</version>
812                                                 </dependency>
813                                                 <dependency>
814                                                         <groupId>org.apache.maven.doxia</groupId>
815                                                         <artifactId>doxia-core</artifactId>
816                                                         <version>1.7</version>
817                                                 </dependency>
818                                                 <dependency>
819                                                         <groupId>org.apache.maven.doxia</groupId>
820                                                         <artifactId>doxia-sink-api</artifactId>
821                                                         <version>1.7</version>
822                                                 </dependency>
823                                                 <dependency>
824                                                         <groupId>org.apache.maven.doxia</groupId>
825                                                         <artifactId>doxia-logging-api</artifactId>
826                                                         <version>1.7</version>
827                                                 </dependency>
828                                         </dependencies>
829                                         <executions>
830                                                 <execution>
831                                                         <id>attach-descriptor</id>
832                                                         <goals>
833                                                                 <goal>attach-descriptor</goal>
834                                                         </goals>
835                                                 </execution>
836                                         </executions>
837                                 </plugin>
838                                 <plugin>
839                                         <artifactId>maven-checkstyle-plugin</artifactId>
840                                         <version>2.17</version>
841                                         <dependencies>
842                                                 <dependency>
843                                                         <groupId>org.onap.oparent</groupId>
844                                                         <artifactId>checkstyle</artifactId>
845                                                         <version>1.1.1</version>
846                                                 </dependency>
847                                         </dependencies>
848                                         <executions>
849                                                 <execution>
850                                                         <id>check-license</id>
851                                                         <goals>
852                                                                 <goal>check</goal>
853                                                         </goals>
854                                                         <phase>process-sources</phase>
855                                                         <configuration>
856                                                                 <configLocation>onap-checkstyle/check-license.xml</configLocation>
857                                                                 <headerLocation>onap-checkstyle/apache-license-2.regexp.txt</headerLocation>
858                                                                 <includeResources>false</includeResources>
859                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
860                                                                 <includeTestResources>false</includeTestResources>
861                                                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
862                                                                 <excludes>
863                                                                 </excludes>
864                                                                 <failsOnError>false</failsOnError>
865                                                                 <consoleOutput>true</consoleOutput>
866                                                         </configuration>
867                                                 </execution>
868                                                 <execution>
869                                                         <id>check-style</id>
870                                                         <goals>
871                                                                 <goal>check</goal>
872                                                         </goals>
873                                                         <phase>process-sources</phase>
874                                                         <configuration>
875                                                                 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml 
876                                                                         with minor changes -->
877                                                                 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
878                                                                 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated 
879                                                                         sources directory -->
880                                                                 <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory>
881                                                                 <includeResources>true</includeResources>
882                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
883                                                                 <includeTestResources>true</includeTestResources>
884                                                                 <excludes>
885                                                                 </excludes>
886                                                                 <failsOnError>false</failsOnError>
887                                                                 <consoleOutput>true</consoleOutput>
888                                                         </configuration>
889                                                 </execution>
890                                         </executions>
891                                 </plugin>
892                                 <plugin>
893                                         <groupId>org.jacoco</groupId>
894                                         <artifactId>jacoco-maven-plugin</artifactId>
895                                         <version>${jacoco.version}</version>
896                                         <configuration>
897                                                 <!-- Note: This exclusion list should match <sonar.exclusions> property 
898                                                         above -->
899                                                 <excludes>
900                                                         <exclude>**/gen/**</exclude>
901                                                         <exclude>**/generated-sources/**</exclude>
902                                                         <exclude>**/yang-gen/**</exclude>
903                                                         <exclude>**/pax/**</exclude>
904                                                 </excludes>
905                                         </configuration>
906                                         <executions>
907                                                 <!-- Prepares the property pointing to the JaCoCo runtime agent which 
908                                                         is passed as VM argument when Maven the Surefire plugin is executed. -->
909                                                 <execution>
910                                                         <id>pre-unit-test</id>
911                                                         <goals>
912                                                                 <goal>prepare-agent</goal>
913                                                         </goals>
914                                                         <configuration>
915                                                                 <!-- Sets the path to the file which contains the execution data. -->
916                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
917                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
918                                                                         runtime agent. -->
919                                                                 <propertyName>surefireArgLine</propertyName>
920                                                         </configuration>
921                                                 </execution>
922                                                 <!-- Ensures that the code coverage report for unit tests is created 
923                                                         after unit tests have been run. -->
924                                                 <execution>
925                                                         <id>post-unit-test</id>
926                                                         <phase>test</phase>
927                                                         <goals>
928                                                                 <goal>report</goal>
929                                                         </goals>
930                                                         <configuration>
931                                                                 <!-- Sets the path to the file which contains the execution data. -->
932                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
933                                                                 <!-- Sets the output directory for the code coverage report. -->
934                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
935                                                         </configuration>
936                                                 </execution>
937                                                 <execution>
938                                                         <id>pre-integration-test</id>
939                                                         <phase>pre-integration-test</phase>
940                                                         <goals>
941                                                                 <goal>prepare-agent</goal>
942                                                         </goals>
943                                                         <configuration>
944                                                                 <!-- Sets the path to the file which contains the execution data. -->
945                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
946                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
947                                                                         runtime agent. -->
948                                                                 <propertyName>failsafeArgLine</propertyName>
949                                                         </configuration>
950                                                 </execution>
951                                                 <!-- Ensures that the code coverage report for integration tests after 
952                                                         integration tests have been run. -->
953                                                 <execution>
954                                                         <id>post-integration-test</id>
955                                                         <phase>post-integration-test</phase>
956                                                         <goals>
957                                                                 <goal>report</goal>
958                                                         </goals>
959                                                         <configuration>
960                                                                 <!-- Sets the path to the file which contains the execution data. -->
961                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
962                                                                 <!-- Sets the output directory for the code coverage report. -->
963                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
964                                                         </configuration>
965                                                 </execution>
966                                         </executions>
967                                 </plugin>
968                                 <plugin>
969                                         <groupId>org.apache.maven.plugins</groupId>
970                                         <artifactId>maven-surefire-plugin</artifactId>
971                                         <version>2.19.1</version>
972                                         <configuration>
973                                                 <!-- Sets the VM argument line used when unit tests are run. -->
974                                                 <argLine>${surefireArgLine}</argLine>
975                                                 <!-- Excludes integration tests when unit tests are run. -->
976                                                 <excludes>
977                                                         <exclude>**/IT*.java</exclude>
978                                                 </excludes>
979                                         </configuration>
980                                 </plugin>
981                                 <plugin>
982                                         <groupId>org.apache.maven.plugins</groupId>
983                                         <artifactId>maven-failsafe-plugin</artifactId>
984                                         <version>2.19.1</version>
985                                         <executions>
986                                                 <!-- Ensures that both integration-test and verify goals of the Failsafe 
987                                                         Maven plugin are executed. -->
988                                                 <execution>
989                                                         <id>integration-tests</id>
990                                                         <goals>
991                                                                 <goal>integration-test</goal>
992                                                                 <goal>verify</goal>
993                                                         </goals>
994                                                         <configuration>
995                                                                 <!-- Sets the VM argument line used when integration tests are run. -->
996                                                                 <argLine>${failsafeArgLine}</argLine>
997                                                         </configuration>
998                                                 </execution>
999                                         </executions>
1000                                 </plugin>
1001                                 <plugin>
1002                                         <groupId>org.apache.maven.plugins</groupId>
1003                                         <artifactId>maven-compiler-plugin</artifactId>
1004                                         <version>${maven.compile.plugin.version}</version>
1005                                         <configuration>
1006                                                 <source>${java.version.source}</source>
1007                                                 <target>${java.version.target}</target>
1008                                         </configuration>
1009                                 </plugin>
1010                                 <plugin>
1011                                         <groupId>org.sonarsource.scanner.maven</groupId>
1012                                         <artifactId>sonar-maven-plugin</artifactId>
1013                                         <version>3.3.0.603</version>
1014                                 </plugin>
1015
1016                                 <!-- End of plugins from ONAP oparent -->
1017
1018                                 <plugin>
1019                                         <groupId>org.apache.maven.plugins</groupId>
1020                                         <artifactId>maven-javadoc-plugin</artifactId>
1021                                         <version>2.10</version>
1022                                         <configuration>
1023                                                 <additionalDependencies>
1024                                                         <additionalDependency>
1025                                                                 <groupId>org.slf4j</groupId>
1026                                                                 <artifactId>slf4j-api</artifactId>
1027                                                                 <version>${slf4j.version}</version>
1028                                                         </additionalDependency>
1029                                                         <additionalDependency>
1030                                                                 <groupId>org.antlr</groupId>
1031                                                                 <artifactId>antlr4</artifactId>
1032                                                                 <version>${antlr.version}</version>
1033                                                         </additionalDependency>
1034                                                         <additionalDependency>
1035                                                                 <groupId>org.antlr</groupId>
1036                                                                 <artifactId>antlr4-runtime</artifactId>
1037                                                                 <version>${antlr.version}</version>
1038                                                         </additionalDependency>
1039
1040                                                         <additionalDependency>
1041                                                                 <groupId>com.sun.jersey</groupId>
1042                                                                 <artifactId>jersey-client</artifactId>
1043                                                                 <version>${jersey.client.version}</version>
1044                                                         </additionalDependency>
1045                                                         <additionalDependency>
1046                                                                 <groupId>com.sun.jersey</groupId>
1047                                                                 <artifactId>jersey-core</artifactId>
1048                                                                 <version>${jersey.version}</version>
1049                                                         </additionalDependency>
1050                                                         <additionalDependency>
1051                                                                 <groupId>org.apache.httpcomponents</groupId>
1052                                                                 <artifactId>httpcore-osgi</artifactId>
1053                                                                 <version>${apache.httpcomponents.core.version}</version>
1054                                                         </additionalDependency>
1055                                                         <additionalDependency>
1056                                                                 <groupId>org.apache.httpcomponents</groupId>
1057                                                                 <artifactId>httpclient-osgi</artifactId>
1058                                                                 <version>${apache.httpcomponents.client.version}</version>
1059                                                         </additionalDependency>
1060                                                         <additionalDependency>
1061                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1062                                                                 <artifactId>jackson-databind</artifactId>
1063                                                                 <version>${jackson.version}</version>
1064                                                         </additionalDependency>
1065                                                         <additionalDependency>
1066                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1067                                                                 <artifactId>jackson-annotations</artifactId>
1068                                                                 <version>${jackson.version}</version>
1069                                                         </additionalDependency>
1070                                                         <additionalDependency>
1071                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1072                                                                 <artifactId>jackson-core</artifactId>
1073                                                                 <version>${jackson.version}</version>
1074                                                         </additionalDependency>
1075                                                         <additionalDependency>
1076                                                                 <groupId>commons-lang</groupId>
1077                                                                 <artifactId>commons-lang</artifactId>
1078                                                                 <version>${commons.lang.version}</version>
1079                                                         </additionalDependency>
1080                                                 </additionalDependencies>
1081                                         </configuration>
1082
1083                                         <executions>
1084                                                 <execution>
1085                                                         <id>aggregate</id>
1086                                                         <goals>
1087                                                                 <goal>aggregate</goal>
1088                                                         </goals>
1089                                                         <phase>site</phase>
1090
1091                                                 </execution>
1092                                         </executions>
1093                                 </plugin>
1094
1095                         </plugins>
1096
1097                 </pluginManagement>
1098
1099                 <plugins>
1100                         <!-- Plugins from ONAP oparent -->
1101                         <plugin>
1102                                 <artifactId>maven-checkstyle-plugin</artifactId>
1103                         </plugin>
1104                         <plugin>
1105                                 <groupId>org.codehaus.mojo</groupId>
1106                                 <artifactId>build-helper-maven-plugin</artifactId>
1107                                 <version>1.12</version>
1108                         </plugin>
1109                         <!-- Jacoco / Sonar -->
1110                         <plugin>
1111                                 <groupId>org.jacoco</groupId>
1112                                 <artifactId>jacoco-maven-plugin</artifactId>
1113                         </plugin>
1114                         <plugin>
1115                                 <groupId>org.apache.maven.plugins</groupId>
1116                                 <artifactId>maven-surefire-plugin</artifactId>
1117                         </plugin>
1118                         <plugin>
1119                                 <groupId>org.apache.maven.plugins</groupId>
1120                                 <artifactId>maven-failsafe-plugin</artifactId>
1121                         </plugin>
1122
1123                         <!-- End of plugins from ONAP oparent -->
1124                         <plugin>
1125                                 <groupId>org.codehaus.mojo</groupId>
1126                                 <artifactId>properties-maven-plugin</artifactId>
1127                                 <version>1.0.0</version>
1128                                 <executions>
1129                                         <execution>
1130                                                 <goals>
1131                                                         <goal>set-system-properties</goal>
1132                                                 </goals>
1133                                                 <configuration>
1134                                                         <properties>
1135                                                                 <property>
1136                                                                         <name>maven.wagon.http.ssl.allowall</name>
1137                                                                         <value>${ssl.allowall}</value>
1138                                                                 </property>
1139                                                                 <property>
1140                                                                         <name>maven.wagon.http.ssl.insecure</name>
1141                                                                         <value>${ssl.insecure}</value>
1142                                                                 </property>
1143                                                         </properties>
1144                                                 </configuration>
1145                                         </execution>
1146                                 </executions>
1147                         </plugin>
1148                         <plugin>
1149                                 <groupId>org.codehaus.mojo</groupId>
1150                                 <artifactId>versions-maven-plugin</artifactId>
1151                                 <version>2.5</version>
1152                                 <configuration>
1153                                         <processAllModules>true</processAllModules>
1154                                 </configuration>
1155                         </plugin>
1156                         <plugin>
1157                                 <artifactId>maven-scm-plugin</artifactId>
1158                                 <version>1.8.1</version>
1159                                 <configuration>
1160                                         <tag>${project.artifactId}-${project.version}</tag>
1161                                 </configuration>
1162                         </plugin>
1163                 </plugins>
1164         </build>
1165         <organization>
1166                 <name>ONAP</name>
1167         </organization>
1168 </project>