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