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