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