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