Add missing groupId
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 12 Mar 2019 23:07:51 +0000 (19:07 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 12 Mar 2019 23:17:28 +0000 (19:17 -0400)
Added missing groupId to cds-sdc-listener poms and updated artifactIds
to ensure uniqueness

Change-Id: Ibec810dc25c48cd5cf8527364d629cc463bce0c9
Issue-ID: CCSDK-1150
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ms/cds-sdc-listener/application/pom.xml
ms/cds-sdc-listener/distribution/pom.xml
ms/cds-sdc-listener/pom.xml

index a5e6f1e..daa9f0a 100644 (file)
@@ -17,7 +17,8 @@
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>application</artifactId>
+  <groupId>org.onap.ccsdk.apps</groupId>
+  <artifactId>cds-sdc-listener-application</artifactId>
   <name>CDS-SDC Listener Application </name>
 
   <dependencies>
index 9ff555f..f228078 100644 (file)
@@ -15,7 +15,8 @@
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>distribution</artifactId>
+  <groupId>org.onap.ccsdk.apps</groupId>
+  <artifactId>cds-sdc-listener-distribution</artifactId>
   <name>CDS-SDC Listener Distribution</name>
 
   <properties>
                   <build>
                     <cleanup>try</cleanup>
                     <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
-                    <imagetags>
-                      <imageTag>${project.version}</imageTag>
-                      <imageTag>${project.version}-STAGING-${maven.build.timestamp}</imageTag>
-                    </imagetags>
+                    <tags>
+                      <tag>${project.version}</tag>
+                      <tag>${project.version}-STAGING-${maven.build.timestamp}</tag>
+                    </tags>
                   </build>
                 </image>
               </images>
index 3998f5f..0c393db 100644 (file)
@@ -22,7 +22,9 @@
 
   <modules>
     <module>application</module>
+    <!--  Module is not currently working
     <module>distribution</module>
+    -->
   </modules>
 
 </project>
\ No newline at end of file