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