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