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