Update license configuration to exclude Json files
[appc.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4     <parent>
5         <groupId>org.onap.oparent</groupId>
6         <artifactId>oparent</artifactId>
7         <version>1.0.0-SNAPSHOT</version>
8     </parent>
9
10
11     <modelVersion>4.0.0</modelVersion>
12     <packaging>pom</packaging>
13     <groupId>org.openecomp.appc</groupId>
14     <artifactId>appc</artifactId>
15     <version>1.1.0-SNAPSHOT</version>
16     <name>APP-C</name>
17     <description>Construct the Application Controller component for the ECOMP project.</description>
18     <inceptionYear>2015-07-20</inceptionYear>
19     <organization>
20         <name>OpenECOMP</name>
21     </organization>
22
23
24     <!-- ================================================================================== -->
25     <!-- Configuration properties -->
26     <!-- ================================================================================== -->
27     <properties>
28         <!-- VERSIONS -->
29         <!-- OpenDaylight Versions -->
30         <odl.version>1.7.1-Boron-SR1</odl.version>
31         <odl.dlux.version>0.4.1-Boron-SR1</odl.dlux.version>
32         <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version>
33         <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version>
34         <odl.mdsal.features.version>2.1.1-Boron-SR1</odl.mdsal.features.version>
35         <odl.controller.mdsal.features.version>1.4.1-Boron-SR1</odl.controller.mdsal.features.version>
36         <odl.mdsal.model.version>0.9.1-Boron-SR1</odl.mdsal.model.version>
37         <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version>
38         <odl.restconf.version>1.4.1-Boron-SR1</odl.restconf.version>
39         <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version>
40         <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version>
41         <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version>
42         <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version>
43         <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version>
44         <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version>
45         <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version>
46         <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version>
47         <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version>
48         <broker-mdsal.version>1.4.1-Boron-SR1</broker-mdsal.version>
49
50         <!-- OPENECOMP SDNC versions -->
51         <sdnctl.sli.version>1.1.2-SNAPSHOT</sdnctl.sli.version>
52         <sdnctl.dblib.version>1.1.2-SNAPSHOT</sdnctl.dblib.version>
53         <sdnctl.aai.service.version>1.1.2-SNAPSHOT</sdnctl.aai.service.version>
54         <openecomp.sdnc.sql-resource.version>1.1.2-SNAPSHOT</openecomp.sdnc.sql-resource.version>
55
56         <cdp.pal.version>1.1.7-oss</cdp.pal.version>
57         <dmaap.client.version>0.2.12</dmaap.client.version>
58         <eelf.version>0.0.1</eelf.version>
59         <eelf.maven.plugin.version>0.0.1</eelf.maven.plugin.version>
60         <cadi-version>1.3.0</cadi-version>
61         <inno-version>1.2.11</inno-version>
62         <dme2-version>3.1.200</dme2-version>
63         <bundle.plugin.version>2.5.0</bundle.plugin.version>
64         <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
65         <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
66         <apache.httpcomponents.version>4.4</apache.httpcomponents.version>
67         <commons.lang3.version>3.4</commons.lang3.version>
68         <antlr.version>4.5.1</antlr.version>
69         <mysql.connector.version>5.1.39</mysql.connector.version>
70         <logback.version>1.1.1</logback.version>
71         <toscalib.version>1.1.0</toscalib.version>
72         <sdc-client.version>1.1.13-SNAPSHOT</sdc-client.version>
73         <jackson.yml.version>2.3.2</jackson.yml.version>
74
75         <!-- SONAR -->
76         <sonar.language>java</sonar.language>
77         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
78         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
79         <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
80         <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
81         <sonar.projectVersion>${project.version}</sonar.projectVersion>
82
83         <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
84         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
85         <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION -->
86         <yang.file.directory>src/main/yang</yang.file.directory>
87         <features.file>features.xml</features.file>
88         <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
89         <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
90
91     </properties>
92
93
94     <!-- ================================================================================== -->
95     <!-- Javadoc Generation Plugin -->
96     <!-- ================================================================================== -->
97     <reporting>
98         <plugins>
99             <plugin>
100                 <groupId>org.apache.maven.plugins</groupId>
101                 <artifactId>maven-javadoc-plugin</artifactId>
102                 <version>2.10</version>
103                 <configuration>
104                     <excludePackageNames>org.openecomp.sdnc</excludePackageNames>
105                     <failOnError>false</failOnError>
106                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
107                     <docletArtifact>
108                         <groupId>org.umlgraph</groupId>
109                         <artifactId>umlgraph</artifactId>
110                         <version>5.6</version>
111                     </docletArtifact>
112                     <additionalparam>-views</additionalparam>
113                     <useStandardDocletOptions>true</useStandardDocletOptions>
114                 </configuration>
115             </plugin>
116         </plugins>
117     </reporting>
118
119
120     <!-- ================================================================================== -->
121     <!-- Distribution Management Sites -->
122     <!-- ================================================================================== -->
123     <distributionManagement>
124         <!-- This site is used for Javadocs -->
125         <site>
126             <id>ecomp-site</id>
127             <url>dav:${onap.nexus.url}/sites/site/org/onap/appc/${project.version}</url>
128         </site>
129     </distributionManagement>
130
131
132     <!-- ================================================================================== -->
133     <!-- Define plugin repositories -->
134     <!-- ================================================================================== -->
135     <pluginRepositories>
136         <pluginRepository>
137             <id>opendaylight-mirror</id>
138             <name>opendaylight-mirror</name>
139             <url>https://nexus.opendaylight.org/content/repositories/public/</url>
140             <releases>
141                 <enabled>true</enabled>
142                 <updatePolicy>never</updatePolicy>
143             </releases>
144             <snapshots>
145                 <enabled>false</enabled>
146             </snapshots>
147         </pluginRepository>
148         <pluginRepository>
149             <id>opendaylight-snapshot</id>
150             <name>opendaylight-snapshot</name>
151             <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
152             <releases>
153                 <enabled>false</enabled>
154             </releases>
155             <snapshots>
156                 <enabled>true</enabled>
157             </snapshots>
158         </pluginRepository>
159         <!-- Black Duck plugin dependencies -->
160         <pluginRepository>
161             <id>JCenter</id>
162             <name>JCenter Repository</name>
163             <url>http://jcenter.bintray.com</url>
164         </pluginRepository>
165         <pluginRepository>
166             <id>Restlet</id>
167             <name>Restlet Repository</name>
168             <url>http://maven.restlet.com</url>
169         </pluginRepository>
170     </pluginRepositories>
171
172
173     <!-- ================================================================================== -->
174     <!-- Define project-wide dependencies -->
175     <!-- ================================================================================== -->
176     <dependencyManagement>
177         <dependencies>
178             <!-- ODL -->
179             <dependency>
180                 <groupId>org.opendaylight.odlparent</groupId>
181                 <artifactId>odlparent</artifactId>
182                 <version>1.7.1-Boron-SR1</version>
183                 <scope>import</scope>
184                 <type>pom</type>
185             </dependency>
186             <dependency>
187                 <groupId>org.opendaylight.controller</groupId>
188                 <artifactId>config-api</artifactId>
189                 <version>${odl.controller.config.api.version}</version>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.controller</groupId>
193                 <artifactId>sal-binding-config</artifactId>
194                 <version>${odl.mdsal.version}</version>
195             </dependency>
196             <dependency>
197                 <groupId>org.opendaylight.controller</groupId>
198                 <artifactId>sal-binding-api</artifactId>
199                 <version>${odl.mdsal.version}</version>
200             </dependency>
201             <dependency>
202                 <groupId>org.opendaylight.controller</groupId>
203                 <artifactId>sal-test-model</artifactId>
204                 <version>${odl.mdsal.version}</version>
205             </dependency>
206             <dependency>
207                 <groupId>org.opendaylight.netconf</groupId>
208                 <artifactId>sal-rest-connector</artifactId>
209                 <version>${odl.mdsal.version}</version>
210             </dependency>
211             <dependency>
212                 <groupId>org.opendaylight.controller</groupId>
213                 <artifactId>sal-binding-broker-impl</artifactId>
214                 <version>${odl.mdsal.version}</version>
215             </dependency>
216             <dependency>
217                 <groupId>org.opendaylight.controller</groupId>
218                 <artifactId>sal-common-util</artifactId>
219                 <version>${odl.mdsal.version}</version>
220             </dependency>
221             <dependency>
222                 <groupId>org.opendaylight.mdsal</groupId>
223                 <artifactId>yang-binding</artifactId>
224                 <version>${odl.mdsal.yang.binding.version}</version>
225             </dependency>
226             <dependency>
227                 <groupId>org.opendaylight.yangtools</groupId>
228                 <artifactId>yang-common</artifactId>
229                 <version>${odl.yangtools.version}</version>
230             </dependency>
231             <dependency>
232                 <groupId>org.opendaylight.controller</groupId>
233                 <artifactId>features-mdsal</artifactId>
234                 <version>${odl.controller.mdsal.features.version}</version>
235                 <classifier>features</classifier>
236                 <type>xml</type>
237             </dependency>
238             <dependency>
239                 <groupId>org.opendaylight.mdsal</groupId>
240                 <artifactId>features-mdsal</artifactId>
241                 <version>${odl.mdsal.features.version}</version>
242                 <classifier>features</classifier>
243                 <type>xml</type>
244             </dependency>
245             <dependency>
246                 <groupId>org.opendaylight.controller</groupId>
247                 <artifactId>opendaylight-karaf-empty</artifactId>
248                 <version>${odl.karaf.empty.distro.version}</version>
249                 <type>zip</type>
250             </dependency>
251             <dependency>
252                 <groupId>org.opendaylight.mdsal.model</groupId>
253                 <artifactId>ietf-inet-types</artifactId>
254                 <version>${odl.ietf-inet-types.version}</version>
255             </dependency>
256             <dependency>
257                 <groupId>org.opendaylight.mdsal.model</groupId>
258                 <artifactId>ietf-yang-types</artifactId>
259                 <version>${odl.ietf-yang-types.version}</version>
260             </dependency>
261             <!-- CURRENTLY DOES NOT EXIST IN 3.0. Replacement? -->
262             <!-- Required for launching the feature tests -->
263             <!-- <dependency> -->
264             <!-- <groupId>org.opendaylight.yangtools</groupId> -->
265             <!-- <artifactId>features-test</artifactId> -->
266             <!-- <version>${odl.yangtools.version}</version> -->
267             <!-- <scope>test</scope> -->
268             <!-- </dependency> -->
269
270             <!-- YANG tools -->
271             <dependency>
272                 <groupId>org.opendaylight.yangtools</groupId>
273                 <artifactId>features-yangtools</artifactId>
274                 <version>${odl.yangtools.version}</version>
275                 <classifier>features</classifier>
276                 <type>xml</type>
277             </dependency>
278             <!-- SDNC -->
279             <dependency>
280                 <groupId>org.openecomp.sdnc.core</groupId>
281                 <artifactId>sli-common</artifactId>
282                 <version>${sdnctl.sli.version}</version>
283             </dependency>
284             <dependency>
285                 <groupId>org.openecomp.sdnc.core</groupId>
286                 <artifactId>sli-provider</artifactId>
287                 <version>${sdnctl.sli.version}</version>
288             </dependency>
289             <!-- dblib -->
290             <dependency>
291                 <groupId>org.openecomp.sdnc.core</groupId>
292                 <artifactId>dblib-provider</artifactId>
293                 <version>${sdnctl.dblib.version}</version>
294             </dependency>
295             <!-- A&AI service provider dependency override in order to use a stable 
296                 version -->
297             <dependency>
298                 <groupId>org.openecomp.sdnc.adaptors</groupId>
299                 <artifactId>aai-service-provider</artifactId>
300                 <version>${sdnctl.aai.service.version}</version>
301             </dependency>
302             <!-- APPC -->
303             <dependency>
304                 <groupId>org.openecomp.appc</groupId>
305                 <artifactId>appc-controller-features</artifactId>
306                 <classifier>features</classifier>
307                 <type>xml</type>
308                 <version>${project.version}</version>
309             </dependency>
310             <dependency>
311                 <groupId>org.openecomp.appc</groupId>
312                 <artifactId>appc-controller-model</artifactId>
313                 <version>${project.version}</version>
314             </dependency>
315             <dependency>
316                 <groupId>org.openecomp.appc</groupId>
317                 <artifactId>appc-controller-bundle</artifactId>
318                 <version>${project.version}</version>
319                 <classifier>config</classifier>
320                 <type>xml</type>
321             </dependency>
322             <dependency>
323                 <groupId>org.openecomp.appc</groupId>
324                 <artifactId>appc-controller-bundle</artifactId>
325                 <version>${project.version}</version>
326             </dependency>
327             <!-- OTHER -->
328             <dependency>
329                 <groupId>equinoxSDK381</groupId>
330                 <artifactId>org.eclipse.osgi</artifactId>
331                 <version>${equinox.osgi.version}</version>
332             </dependency>
333             <dependency>
334                 <groupId>org.apache.commons</groupId>
335                 <artifactId>commons-lang3</artifactId>
336                 <version>${commons.lang3.version}</version>
337             </dependency>
338             <dependency>
339                 <groupId>junit</groupId>
340                 <artifactId>junit</artifactId>
341                 <version>4.12</version>
342                 <scope>test</scope>
343             </dependency>
344             <dependency>
345                 <groupId>ch.qos.logback</groupId>
346                 <artifactId>logback-core</artifactId>
347                 <version>1.1.1</version>
348                 <scope>compile</scope>
349             </dependency>
350             <dependency>
351                 <groupId>ch.qos.logback</groupId>
352                 <artifactId>logback-classic</artifactId>
353                 <version>1.1.1</version>
354                 <scope>compile</scope>
355             </dependency>
356             <!-- <dependency> -->
357             <!-- <groupId>org.slf4j</groupId> -->
358             <!-- <artifactId>slf4j-api</artifactId> -->
359             <!-- <version>1.7.12</version> -->
360             <!-- </dependency> -->
361             <dependency>
362                 <groupId>commons-lang</groupId>
363                 <artifactId>commons-lang</artifactId>
364                 <version>2.6</version>
365             </dependency>
366             <dependency>
367                 <groupId>org.apache.sshd</groupId>
368                 <artifactId>sshd-core</artifactId>
369                 <version>0.12.0</version>
370             </dependency>
371             <dependency>
372                 <groupId>org.mockito</groupId>
373                 <artifactId>mockito-core</artifactId>
374                 <version>1.10.19</version>
375                 <scope>test</scope>
376             </dependency>
377             <dependency>
378                 <groupId>com.att.cdp</groupId>
379                 <artifactId>cdp-pal-common</artifactId>
380                 <version>${cdp.pal.version}</version>
381             </dependency>
382             <dependency>
383                 <groupId>com.att.cdp</groupId>
384                 <artifactId>cdp-pal-openstack</artifactId>
385                 <version>${cdp.pal.version}</version>
386             </dependency>
387             <dependency>
388                 <groupId>com.att.authz</groupId>
389                 <artifactId>authz-client</artifactId>
390                 <version>2.3</version>
391             </dependency>
392             <!-- EELF logging framework -->
393             <dependency>
394                 <groupId>com.att.eelf</groupId>
395                 <artifactId>eelf-core</artifactId>
396                 <version>${eelf.version}</version>
397             </dependency>
398         </dependencies>
399     </dependencyManagement>
400
401
402     <!-- ================================================================================== -->
403     <!-- Define common plugins and make them available for all modules -->
404     <!-- ================================================================================== -->
405     <build>
406         <pluginManagement>
407             <plugins>
408                 <!-- Define the site plugin to generate documentation -->
409                 <plugin>
410                     <groupId>org.apache.maven.plugins</groupId>
411                     <artifactId>maven-site-plugin</artifactId>
412                     <version>3.4</version>
413                     <dependencies>
414                         <!-- add support for ssh/scp -->
415                         <dependency>
416                             <groupId>org.apache.maven.wagon</groupId>
417                             <artifactId>wagon-ssh</artifactId>
418                             <version>1.0</version>
419                         </dependency>
420                     </dependencies>
421                 </plugin>
422                 <!-- Define the compiler plugin -->
423                 <plugin>
424                     <groupId>org.apache.maven.plugins</groupId>
425                     <artifactId>maven-compiler-plugin</artifactId>
426                     <version>${maven.compile.plugin.version}</version>
427                 </plugin>
428                 <!-- Define the javadoc plugin -->
429                 <plugin>
430                     <groupId>org.apache.maven.plugins</groupId>
431                     <artifactId>maven-javadoc-plugin</artifactId>
432                     <version>2.10</version>
433                     <configuration>
434                         <excludePackageNames>org.opendaylight.*:org.openecomp.sdnc</excludePackageNames>
435                     </configuration>
436                 </plugin>
437                 <!-- Define the source plugin -->
438                 <plugin>
439                     <artifactId>maven-source-plugin</artifactId>
440                     <version>2.1.1</version>
441                 </plugin>
442                 <!-- Resources plugin -->
443                 <plugin>
444                     <groupId>org.apache.maven.plugins</groupId>
445                     <artifactId>maven-resources-plugin</artifactId>
446                     <version>2.6</version>
447                     <executions>
448                         <execution>
449                             <id>filter</id>
450                             <goals>
451                                 <goal>resources</goal>
452                             </goals>
453                             <phase>generate-resources</phase>
454                         </execution>
455                     </executions>
456                 </plugin>
457                 <plugin>
458                     <artifactId>maven-release-plugin</artifactId>
459                     <version>2.5.2</version>
460                     <configuration>
461                         <goals>-s ${mvn.settings} deploy</goals>
462                     </configuration>
463                 </plugin>
464                 <plugin>
465                     <artifactId>maven-assembly-plugin</artifactId>
466                     <version>2.5.5</version>
467                 </plugin>
468                 <plugin>
469                     <groupId>org.apache.maven.plugins</groupId>
470                     <artifactId>maven-deploy-plugin</artifactId>
471                     <version>2.8.1</version>
472                 </plugin>
473                 <plugin>
474                     <groupId>org.apache.maven.plugins</groupId>
475                     <artifactId>maven-dependency-plugin</artifactId>
476                     <version>2.10</version>
477                 </plugin>
478                 <!-- Maven surefire plugin for testing -->
479                 <plugin>
480                     <artifactId>maven-surefire-plugin</artifactId>
481                     <version>2.17</version>
482                 </plugin>
483                 <!-- Maven OSGi bundle plugin used to package OSGi bundles -->
484                 <plugin>
485                     <groupId>org.apache.felix</groupId>
486                     <artifactId>maven-bundle-plugin</artifactId>
487                     <version>${bundle.plugin.version}</version>
488                 </plugin>
489                 <plugin>
490                     <groupId>org.codehaus.mojo</groupId>
491                     <artifactId>build-helper-maven-plugin</artifactId>
492                     <version>1.9.1</version>
493                 </plugin>
494                 <plugin>
495                   <groupId>org.sonarsource.scanner.maven</groupId>
496                   <artifactId>sonar-maven-plugin</artifactId>
497                   <version>3.2</version>
498                 </plugin>
499             </plugins>
500         </pluginManagement>
501         <plugins>
502             <!--maven staging plugin -->
503             <plugin>
504                 <groupId>org.sonatype.plugins</groupId>
505                 <artifactId>nexus-staging-maven-plugin</artifactId>
506                 <version>1.6.7</version>
507                 <extensions>true</extensions>
508                 <configuration>
509                     <nexusUrl>${onap.nexus.url}</nexusUrl>
510                     <stagingProfileId>176c31dfe190a</stagingProfileId>
511                     <serverId>ecomp-staging</serverId>
512                 </configuration>
513             </plugin>
514             <!-- Javadocs Plugin -->
515             <plugin>
516                 <groupId>org.apache.maven.plugins</groupId>
517                 <artifactId>maven-site-plugin</artifactId>
518                 <version>3.6</version>
519                 <dependencies>
520                     <dependency>
521                         <groupId>org.apache.maven.wagon</groupId>
522                         <artifactId>wagon-webdav-jackrabbit</artifactId>
523                         <version>2.10</version>
524                     </dependency>
525                 </dependencies>
526             </plugin>
527                       <!-- license plugin -->
528             <plugin>
529                 <groupId>org.codehaus.mojo</groupId>
530                 <artifactId>license-maven-plugin</artifactId>
531                 <version>1.10</version>
532                 <configuration>
533                 <extraExtensions>
534                     <yml>properties</yml>
535                     <yang>java</yang>
536                 </extraExtensions>
537                     <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
538                     <processStartTag>============LICENSE_START=======================================================</processStartTag>
539                     <processEndTag>============LICENSE_END=========================================================</processEndTag>
540                     <sectionDelimiter>================================================================================</sectionDelimiter>
541                     <licenseName>appc</licenseName>
542                     <!-- This should point to the license directory of the root folder of the base appc project -->
543                     <licenseResolver>file:${user.dir}/license-details</licenseResolver>
544                     <inceptionYear>2017</inceptionYear>
545                     <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
546                     <projectName>ONAP : APPC</projectName>
547                     <canUpdateCopyright>true</canUpdateCopyright>
548                     <canUpdateDescription>true</canUpdateDescription>
549                     <canUpdateLicense>true</canUpdateLicense>
550                     <emptyLineAfterHeader>true</emptyLineAfterHeader>
551                     <!-- exclude json files -->
552                     <excludes>
553                         <exclude>**/*.json</exclude>
554                     </excludes>
555                 </configuration>
556                 <executions>
557                     <execution>
558                         <id>first</id>
559                         <goals>
560                             <goal>update-file-header</goal>
561                         </goals>
562                         <phase>process-sources</phase>
563                         <configuration>
564                             <excludes>
565                                 <exclude>**/*.json</exclude>
566                             </excludes>
567                         </configuration>
568                     </execution>
569                 </executions>
570             </plugin>
571             <plugin>
572                 <groupId>org.codehaus.mojo</groupId>
573                 <artifactId>properties-maven-plugin</artifactId>
574                 <executions>
575                     <execution>
576                         <goals>
577                             <goal>set-system-properties</goal>
578                         </goals>
579                         <configuration>
580                             <properties>
581                                 <property>
582                                     <name>maven.wagon.http.ssl.allowall</name>
583                                     <value>${ssl.allowall}</value>
584                                 </property>
585                                 <property>
586                                     <name>maven.wagon.http.ssl.insecure</name>
587                                     <value>${ssl.insecure}</value>
588                                 </property>
589                             </properties>
590                         </configuration>
591                     </execution>
592                 </executions>
593
594             </plugin>
595
596             <!-- blackduck maven plugin -->
597             <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> 
598                 <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> 
599                 <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> 
600                 </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> 
601                 <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> -->
602
603             <!-- force Eclipse to skip the additional-install step specified in the
604                 org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile -->
605             <plugin>
606                 <groupId>org.apache.maven.plugins</groupId>
607                 <artifactId>maven-install-plugin</artifactId>
608                 <executions>
609                     <execution>
610                         <id>additional-install</id>
611                         <goals>
612                             <goal>install-file</goal>
613                         </goals>
614                     </execution>
615                 </executions>
616             </plugin>
617         </plugins>
618     </build>
619
620
621     <!-- ================================================================================== -->
622     <!-- The modules we build every time -->
623     <!-- ================================================================================== -->
624     <modules>
625         <module>appc-common</module>
626     </modules>
627     <!-- Adding profiles for testing -->
628     <profiles>
629         <profile>
630             <id>appc-core</id>
631             <properties>
632                 <ssl.allowall>true</ssl.allowall>
633                 <ssl.insecure>true</ssl.insecure>
634                 <openecomp.git.port>7999</openecomp.git.port>
635                 <openecomp.git.project>st_osecomp</openecomp.git.project>
636                 <openecomp.git.protocol>http</openecomp.git.protocol>
637             </properties>
638             <!-- Core app-c from 1604 -->
639             <activation>
640                 <activeByDefault>true</activeByDefault>
641             </activation>
642             <modules>
643                 <module>appc-common</module>
644                 <module>appc-adapters</module>
645                 <module>appc-provider</module>
646                 <module>appc-event-listener</module>
647                 <module>appc-asdc-listener</module>
648                 <module>appc-lifecycle-management</module>
649                 <module>appc-oam</module>
650                 <module>appc-config</module>
651                 <module>appc-directed-graph</module>
652                 <module>appc-outbound</module>
653                 <module>appc-inbound</module>
654                 <module>appc-sequence-generator</module>
655             </modules>
656         </profile>
657         <profile>
658             <id>request-dispatcher</id>
659             <properties>
660                 <ssl.allowall>true</ssl.allowall>
661                 <ssl.insecure>true</ssl.insecure>
662             </properties>
663             <activation>
664                 <activeByDefault>true</activeByDefault>
665             </activation>
666             <modules>
667                 <module>appc-dispatcher</module>
668                 <module>appc-metric</module>
669                 <module>appc-dg</module>
670                 <module>appc-dg-util</module>
671             </modules>
672         </profile>
673     </profiles>
674 </project>