Merge "Increase code coverage"
[policy/apex-pdp.git] / packages / pom.xml
index 9a5c41a..6474963 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
+   Modifications Copyright (C) 2019-2020 Bell Canada.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.policy.apex-pdp</groupId>
         <artifactId>apex-pdp</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.policy.apex-pdp.packages</groupId>
-    <artifactId>packages</artifactId>
+    <artifactId>apex-packages</artifactId>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
     <description>[${project.parent.artifactId}] packaging</description>
 
-    <modules>
-        <module>apex-pdp-package-full</module>
-        <module>apex-pdp-docker</module>
-    </modules>
-
     <profiles>
         <profile>
-            <id>apexSite</id>
+            <id>default</id>
             <activation>
-                <property>
-                    <name>apexSite</name>
-                </property>
+                <activeByDefault>true</activeByDefault>
             </activation>
-            <distributionManagement>
-                <site>
-                    <id>${project.artifactId}-site</id>
-                    <url>${apex.adsite.prefix}/modules/${project.artifactId}/</url>
-                </site>
-            </distributionManagement>
+            <modules>
+                <module>apex-pdp-package-full</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>docker</id>
+            <modules>
+                <module>apex-pdp-package-full</module>
+                <module>apex-pdp-docker</module>
+            </modules>
+            <properties>
+                <docker.skip.push>false</docker.skip.push>
+            </properties>
         </profile>
+
     </profiles>
 </project>