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