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