Change ccsdk versions
[appc.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2017-2018 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.2-SNAPSHOT</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.3.0-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.6-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>2010.09.24.11.1</odl.ietf-yang-types.version>
99         <odl.ietf-inet-types.version>2010.09.24.11.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         <odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version>
103
104     </properties>
105
106
107     <!-- ================================================================================== -->
108     <!-- Javadoc Generation Plugin -->
109     <!-- ================================================================================== -->
110     <reporting>
111         <plugins>
112             <plugin>
113                 <groupId>org.apache.maven.plugins</groupId>
114                 <artifactId>maven-javadoc-plugin</artifactId>
115                 <version>2.10</version>
116                 <configuration>
117                     <excludePackageNames>org.onap.ccsdk.sli</excludePackageNames>
118                     <failOnError>false</failOnError>
119                     <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
120                     <docletArtifact>
121                         <groupId>org.umlgraph</groupId>
122                         <artifactId>umlgraph</artifactId>
123                         <version>5.6</version>
124                     </docletArtifact>
125                     <additionalparam>-views</additionalparam>
126                     <useStandardDocletOptions>true</useStandardDocletOptions>
127                 </configuration>
128             </plugin>
129         </plugins>
130     </reporting>
131
132
133     <!-- ================================================================================== -->
134     <!-- Distribution Management Sites -->
135     <!-- ================================================================================== -->
136     <distributionManagement>
137         <!-- This site is used for Javadocs -->
138         <site>
139             <id>ecomp-site</id>
140             <url>dav:${onap.nexus.url}/content/sites/site/org/onap/appc/${project.version}</url>
141         </site>
142         <repository>
143             <id>ecomp-releases</id>
144             <name>openecomp-repository-releases</name>
145             <url>${onap.nexus.url}/content/repositories/releases</url>
146         </repository>
147         <snapshotRepository>
148             <id>ecomp-snapshots</id>
149             <name>openecomp-repository-snapshots</name>
150             <url>${onap.nexus.url}/content/repositories/snapshots</url>
151         </snapshotRepository>
152     </distributionManagement>
153
154
155     <!-- ================================================================================== -->
156     <!-- Define plugin repositories -->
157     <!-- ================================================================================== -->
158     <pluginRepositories>
159         <pluginRepository>
160             <id>opendaylight-mirror</id>
161             <name>opendaylight-mirror</name>
162             <url>https://nexus.opendaylight.org/content/repositories/public/</url>
163             <releases>
164                 <enabled>true</enabled>
165                 <updatePolicy>never</updatePolicy>
166             </releases>
167             <snapshots>
168                 <enabled>false</enabled>
169             </snapshots>
170         </pluginRepository>
171         <pluginRepository>
172             <id>opendaylight-snapshot</id>
173             <name>opendaylight-snapshot</name>
174             <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
175             <releases>
176                 <enabled>false</enabled>
177             </releases>
178             <snapshots>
179                 <enabled>true</enabled>
180             </snapshots>
181         </pluginRepository>
182         <!-- Black Duck plugin dependencies -->
183         <pluginRepository>
184             <id>JCenter</id>
185             <name>JCenter Repository</name>
186             <url>http://jcenter.bintray.com</url>
187         </pluginRepository>
188         <pluginRepository>
189             <id>Restlet</id>
190             <name>Restlet Repository</name>
191             <url>http://maven.restlet.com</url>
192         </pluginRepository>
193     </pluginRepositories>
194
195
196     <!-- ================================================================================== -->
197     <!-- Define project-wide dependencies -->
198     <!-- ================================================================================== -->
199     <dependencyManagement>
200         <dependencies>
201               <dependency>
202         <groupId>com.google.guava</groupId>
203         <artifactId>guava</artifactId>
204         <version>22.0</version>
205       </dependency>
206       <dependency>
207         <groupId>com.google.guava</groupId>
208         <artifactId>guava-testlib</artifactId>
209         <version>22.0</version>
210         <scope>test</scope>
211       </dependency>
212             <dependency>
213                 <groupId>org.opendaylight.controller</groupId>
214                 <artifactId>config-api</artifactId>
215                 <version>${odl.controller.config.api.version}</version>
216             </dependency>
217             <dependency>
218                 <groupId>org.opendaylight.controller</groupId>
219                 <artifactId>sal-binding-config</artifactId>
220                 <version>${odl.mdsal.version}</version>
221             </dependency>
222             <dependency>
223                 <groupId>org.opendaylight.controller</groupId>
224                 <artifactId>sal-binding-api</artifactId>
225                 <version>${odl.mdsal.version}</version>
226             </dependency>
227             <dependency>
228                 <groupId>org.opendaylight.controller</groupId>
229                 <artifactId>sal-test-model</artifactId>
230                 <version>${odl.mdsal.version}</version>
231             </dependency>
232             <dependency>
233                 <groupId>org.opendaylight.netconf</groupId>
234                 <artifactId>sal-rest-connector</artifactId>
235                 <version>${odl.mdsal.version}</version>
236             </dependency>
237             <dependency>
238                 <groupId>org.opendaylight.controller</groupId>
239                 <artifactId>sal-binding-broker-impl</artifactId>
240                 <version>${odl.mdsal.version}</version>
241             </dependency>
242             <dependency>
243                 <groupId>org.opendaylight.controller</groupId>
244                 <artifactId>sal-common-util</artifactId>
245                 <version>${odl.mdsal.version}</version>
246             </dependency>
247             <dependency>
248                 <groupId>org.opendaylight.mdsal</groupId>
249                 <artifactId>yang-binding</artifactId>
250                 <version>${odl.mdsal.yang.binding.version}</version>
251             </dependency>
252             <dependency>
253                 <groupId>org.opendaylight.yangtools</groupId>
254                 <artifactId>yang-common</artifactId>
255                 <version>${odl.yangtools.version}</version>
256             </dependency>
257             <dependency>
258                 <groupId>org.opendaylight.controller</groupId>
259                 <artifactId>features-mdsal</artifactId>
260                 <version>${odl.mdsal.features.version}</version>
261                 <classifier>features</classifier>
262                 <type>xml</type>
263             </dependency>
264             <dependency>
265                 <groupId>org.opendaylight.mdsal</groupId>
266                 <artifactId>features-mdsal</artifactId>
267                 <version>${odl.mdsal.features.version}</version>
268                 <classifier>features</classifier>
269                 <type>xml</type>
270             </dependency>
271             <dependency>
272                 <groupId>org.opendaylight.controller</groupId>
273                 <artifactId>opendaylight-karaf-empty</artifactId>
274                 <version>${odl.karaf.empty.distro.version}</version>
275                 <type>zip</type>
276             </dependency>
277             <dependency>
278                 <groupId>org.opendaylight.mdsal.model</groupId>
279                 <artifactId>ietf-inet-types</artifactId>
280                 <version>${odl.ietf-inet-types.version}</version>
281             </dependency>
282             <dependency>
283                 <groupId>org.opendaylight.mdsal.model</groupId>
284                 <artifactId>ietf-yang-types</artifactId>
285                 <version>${odl.ietf-yang-types.version}</version>
286             </dependency>
287             <!-- CURRENTLY DOES NOT EXIST IN 3.0. Replacement? -->
288             <!-- Required for launching the feature tests -->
289             <!-- <dependency> -->
290             <!-- <groupId>org.opendaylight.yangtools</groupId> -->
291             <!-- <artifactId>features-test</artifactId> -->
292             <!-- <version>${odl.yangtools.version}</version> -->
293             <!-- <scope>test</scope> -->
294             <!-- </dependency> -->
295
296             <!-- YANG tools -->
297             <dependency>
298                 <groupId>org.opendaylight.yangtools</groupId>
299                 <artifactId>features-yangtools</artifactId>
300                 <version>${odl.yangtools.version}</version>
301                 <classifier>features</classifier>
302                 <type>xml</type>
303             </dependency>
304             <!-- SDNC -->
305             <dependency>
306                 <groupId>org.onap.ccsdk.sli.core</groupId>
307                 <artifactId>sli-common</artifactId>
308                 <version>${sdnctl.sli.version}</version>
309             </dependency>
310             <dependency>
311                 <groupId>org.onap.ccsdk.sli.core</groupId>
312                 <artifactId>sli-provider</artifactId>
313                 <version>${sdnctl.sli.version}</version>
314             </dependency>
315             <!-- dblib -->
316             <dependency>
317                 <groupId>org.onap.ccsdk.sli.core</groupId>
318                 <artifactId>dblib-provider</artifactId>
319                 <version>${sdnctl.dblib.version}</version>
320             </dependency>
321             <!-- A&AI service provider dependency override in order to use a stable
322                 version -->
323             <dependency>
324                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
325                 <artifactId>aai-service-provider</artifactId>
326                 <version>${sdnctl.aai.service.version}</version>
327             </dependency>
328             <!-- APPC -->
329             <dependency>
330                 <groupId>org.onap.appc</groupId>
331                 <artifactId>appc-controller-features</artifactId>
332                 <classifier>features</classifier>
333                 <type>xml</type>
334                 <version>${project.version}</version>
335             </dependency>
336             <dependency>
337                 <groupId>org.onap.appc</groupId>
338                 <artifactId>appc-controller-model</artifactId>
339                 <version>${project.version}</version>
340             </dependency>
341             <dependency>
342                 <groupId>org.onap.appc</groupId>
343                 <artifactId>appc-controller-bundle</artifactId>
344                 <version>${project.version}</version>
345                 <classifier>config</classifier>
346                 <type>xml</type>
347             </dependency>
348             <dependency>
349                 <groupId>org.onap.appc</groupId>
350                 <artifactId>appc-controller-bundle</artifactId>
351                 <version>${project.version}</version>
352             </dependency>
353             <!-- OTHER -->
354             <dependency>
355                 <groupId>equinoxSDK381</groupId>
356                 <artifactId>org.eclipse.osgi</artifactId>
357                 <version>${equinox.osgi.version}</version>
358             </dependency>
359             <dependency>
360                 <groupId>org.apache.commons</groupId>
361                 <artifactId>commons-lang3</artifactId>
362                 <version>${commons.lang3.version}</version>
363             </dependency>
364             <dependency>
365                 <groupId>junit</groupId>
366                 <artifactId>junit</artifactId>
367                 <version>4.12</version>
368                 <scope>test</scope>
369             </dependency>
370             <dependency>
371                 <groupId>org.assertj</groupId>
372                 <artifactId>assertj-core</artifactId>
373                 <version>3.9.0</version>
374                 <scope>test</scope>
375             </dependency>
376             <dependency>
377                 <groupId>org.assertj</groupId>
378                 <artifactId>assertj-guava</artifactId>
379                 <version>3.1.0</version>
380                 <scope>test</scope>
381             </dependency>
382             <dependency>
383                 <groupId>ch.qos.logback</groupId>
384                 <artifactId>logback-core</artifactId>
385                                 <version>${logback.version}</version>
386                 <scope>compile</scope>
387             </dependency>
388             <dependency>
389                 <groupId>ch.qos.logback</groupId>
390                 <artifactId>logback-classic</artifactId>
391                 <version>${logback.version}</version>
392                 <scope>compile</scope>
393             </dependency>
394             <!-- <dependency> -->
395             <!-- <groupId>org.slf4j</groupId> -->
396             <!-- <artifactId>slf4j-api</artifactId> -->
397             <!-- <version>1.7.12</version> -->
398             <!-- </dependency> -->
399             <dependency>
400                 <groupId>commons-lang</groupId>
401                 <artifactId>commons-lang</artifactId>
402                 <version>2.6</version>
403             </dependency>
404             <dependency>
405                 <groupId>org.apache.sshd</groupId>
406                 <artifactId>sshd-core</artifactId>
407                 <version>0.12.0</version>
408             </dependency>
409             <dependency>
410                 <groupId>org.mockito</groupId>
411                 <artifactId>mockito-core</artifactId>
412                 <version>1.10.19</version>
413                 <scope>test</scope>
414             </dependency>
415             <dependency>
416                 <groupId>com.att.cdp</groupId>
417                 <artifactId>cdp-pal-common</artifactId>
418                 <version>${cdp.pal.version}</version>
419             </dependency>
420             <dependency>
421                 <groupId>com.att.cdp</groupId>
422                 <artifactId>cdp-pal-openstack</artifactId>
423                 <version>${cdp.pal.version}</version>
424             </dependency>
425             <dependency>
426                 <groupId>com.att.authz</groupId>
427                 <artifactId>authz-client</artifactId>
428                 <version>2.3</version>
429             </dependency>
430             <!-- EELF logging framework -->
431             <dependency>
432                 <groupId>com.att.eelf</groupId>
433                 <artifactId>eelf-core</artifactId>
434                 <version>${eelf.version}</version>
435             </dependency>
436             <!-- Maria DB -->
437             <dependency>
438                 <groupId>org.mariadb.jdbc</groupId>
439                 <artifactId>mariadb-java-client</artifactId>
440                 <version>1.2.3</version>
441             </dependency>
442         </dependencies>
443     </dependencyManagement>
444     <dependencies>
445         <dependency>
446             <groupId>org.apache.commons</groupId>
447             <artifactId>commons-lang3</artifactId>
448         </dependency>
449     </dependencies>
450
451
452     <!-- ================================================================================== -->
453     <!-- Define common plugins and make them available for all modules -->
454     <!-- ================================================================================== -->
455     <build>
456         <pluginManagement>
457             <plugins>
458                 <!-- Define the site plugin to generate documentation -->
459                 <plugin>
460                     <groupId>org.apache.maven.plugins</groupId>
461                     <artifactId>maven-site-plugin</artifactId>
462                     <version>3.4</version>
463                     <dependencies>
464                         <!-- add support for ssh/scp -->
465                         <dependency>
466                             <groupId>org.apache.maven.wagon</groupId>
467                             <artifactId>wagon-ssh</artifactId>
468                             <version>1.0</version>
469                         </dependency>
470                     </dependencies>
471                 </plugin>
472                 <!-- Define the compiler plugin -->
473                 <plugin>
474                     <groupId>org.apache.maven.plugins</groupId>
475                     <artifactId>maven-compiler-plugin</artifactId>
476                     <version>${maven.compile.plugin.version}</version>
477                 </plugin>
478                 <!-- Define the javadoc plugin -->
479                 <plugin>
480                     <groupId>org.apache.maven.plugins</groupId>
481                     <artifactId>maven-javadoc-plugin</artifactId>
482                     <version>2.10</version>
483                     <configuration>
484                         <excludePackageNames>org.opendaylight.*:org.onap.ccsdk.sli</excludePackageNames>
485                     </configuration>
486                 </plugin>
487                 <!-- Define the source plugin -->
488                 <plugin>
489                     <artifactId>maven-source-plugin</artifactId>
490                     <version>2.1.1</version>
491                 </plugin>
492                 <!-- Resources plugin -->
493                 <plugin>
494                     <groupId>org.apache.maven.plugins</groupId>
495                     <artifactId>maven-resources-plugin</artifactId>
496                     <version>2.6</version>
497                     <executions>
498                         <execution>
499                             <id>filter</id>
500                             <goals>
501                                 <goal>resources</goal>
502                             </goals>
503                             <phase>generate-resources</phase>
504                         </execution>
505                     </executions>
506                 </plugin>
507                 <plugin>
508                     <artifactId>maven-release-plugin</artifactId>
509                     <version>2.5.2</version>
510                     <configuration>
511                         <goals>-s ${mvn.settings} deploy</goals>
512                     </configuration>
513                 </plugin>
514                 <plugin>
515                     <artifactId>maven-assembly-plugin</artifactId>
516                     <version>2.5.5</version>
517                 </plugin>
518                 <plugin>
519                     <groupId>org.apache.maven.plugins</groupId>
520                     <artifactId>maven-deploy-plugin</artifactId>
521                     <version>2.8.1</version>
522                 </plugin>
523                 <plugin>
524                     <groupId>org.apache.maven.plugins</groupId>
525                     <artifactId>maven-dependency-plugin</artifactId>
526                     <version>2.10</version>
527                 </plugin>
528                 <!-- Maven surefire plugin for testing -->
529                 <plugin>
530                     <artifactId>maven-surefire-plugin</artifactId>
531                     <version>2.17</version>
532                 </plugin>
533                 <!-- Maven OSGi bundle plugin used to package OSGi bundles -->
534                 <plugin>
535                     <groupId>org.apache.felix</groupId>
536                     <artifactId>maven-bundle-plugin</artifactId>
537                     <version>${bundle.plugin.version}</version>
538                 </plugin>
539                 <plugin>
540                     <groupId>org.codehaus.mojo</groupId>
541                     <artifactId>build-helper-maven-plugin</artifactId>
542                     <version>1.9.1</version>
543                 </plugin>
544                 <plugin>
545                   <groupId>org.sonarsource.scanner.maven</groupId>
546                   <artifactId>sonar-maven-plugin</artifactId>
547                   <version>3.2</version>
548                 </plugin>
549             </plugins>
550         </pluginManagement>
551         <plugins>
552             <!--maven staging plugin -->
553             <plugin>
554                 <groupId>org.sonatype.plugins</groupId>
555                 <artifactId>nexus-staging-maven-plugin</artifactId>
556                 <version>1.6.7</version>
557                 <extensions>true</extensions>
558                 <configuration>
559                     <nexusUrl>${onap.nexus.url}</nexusUrl>
560                     <stagingProfileId>176c31dfe190a</stagingProfileId>
561                     <serverId>ecomp-staging</serverId>
562                 </configuration>
563             </plugin>
564             <!-- Javadocs Plugin -->
565             <plugin>
566                 <groupId>org.apache.maven.plugins</groupId>
567                 <artifactId>maven-site-plugin</artifactId>
568                 <version>3.6</version>
569                 <dependencies>
570                     <dependency>
571                         <groupId>org.apache.maven.wagon</groupId>
572                         <artifactId>wagon-webdav-jackrabbit</artifactId>
573                         <version>2.10</version>
574                     </dependency>
575                 </dependencies>
576             </plugin>
577             <plugin>
578                 <groupId>org.codehaus.mojo</groupId>
579                 <artifactId>properties-maven-plugin</artifactId>
580                 <executions>
581                     <execution>
582                         <goals>
583                             <goal>set-system-properties</goal>
584                         </goals>
585                         <configuration>
586                             <properties>
587                                 <property>
588                                     <name>maven.wagon.http.ssl.allowall</name>
589                                     <value>${ssl.allowall}</value>
590                                 </property>
591                                 <property>
592                                     <name>maven.wagon.http.ssl.insecure</name>
593                                     <value>${ssl.insecure}</value>
594                                 </property>
595                             </properties>
596                         </configuration>
597                     </execution>
598                 </executions>
599
600             </plugin>
601
602             <!-- blackduck maven plugin -->
603             <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId>
604                 <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName>
605                 <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio>
606                 </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase>
607                 <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> -->
608
609             <!-- force Eclipse to skip the additional-install step specified in the
610                 org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile -->
611             <plugin>
612                 <groupId>org.apache.maven.plugins</groupId>
613                 <artifactId>maven-install-plugin</artifactId>
614                 <executions>
615                     <execution>
616                         <id>additional-install</id>
617                         <goals>
618                             <goal>install-file</goal>
619                         </goals>
620                     </execution>
621                 </executions>
622             </plugin>
623         </plugins>
624     </build>
625
626
627     <!-- ================================================================================== -->
628     <!-- The modules we build every time -->
629     <!-- ================================================================================== -->
630     <modules>
631         <module>appc-common</module>
632     </modules>
633     <!-- Adding profiles for testing -->
634     <profiles>
635         <profile>
636             <id>appc-core</id>
637             <properties>
638                 <ssl.allowall>true</ssl.allowall>
639                 <ssl.insecure>true</ssl.insecure>
640                 <openecomp.git.port>7999</openecomp.git.port>
641                 <openecomp.git.project>st_osecomp</openecomp.git.project>
642                 <openecomp.git.protocol>http</openecomp.git.protocol>
643             </properties>
644             <!-- Core app-c from 1604 -->
645             <activation>
646                 <activeByDefault>true</activeByDefault>
647             </activation>
648             <modules>
649                 <module>appc-common</module>
650                 <module>appc-adapters</module>
651                 <module>appc-provider</module>
652                 <module>appc-event-listener</module>
653                 <module>appc-sdc-listener</module>
654                 <module>appc-lifecycle-management</module>
655                 <module>appc-oam</module>
656                 <module>appc-config</module>
657                 <module>appc-directed-graph</module>
658                 <module>appc-outbound</module>
659                 <module>appc-inbound</module>
660                 <module>appc-sequence-generator</module>
661                 <module>appc-client</module>
662                 <module>appc-test-dependencies</module>
663             </modules>
664         </profile>
665         <profile>
666             <id>request-dispatcher</id>
667             <properties>
668                 <ssl.allowall>true</ssl.allowall>
669                 <ssl.insecure>true</ssl.insecure>
670             </properties>
671             <activation>
672                 <activeByDefault>true</activeByDefault>
673             </activation>
674             <modules>
675                 <module>appc-dispatcher</module>
676                 <module>appc-metric</module>
677                 <module>appc-dg</module>
678                 <module>appc-dg-util</module>
679             </modules>
680         </profile>
681     </profiles>
682 </project>