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