Standardize POM project naming
authorGary Wu <gary.i.wu@huawei.com>
Tue, 29 Nov 2016 23:12:23 +0000 (15:12 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 29 Nov 2016 23:12:28 +0000 (15:12 -0800)
Change-Id: I5622421adf12fd969de0cc9fd7d02b8a5ded2d9e
Issue-id: INT-67
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
catalog-core/catalog-mgr/pom.xml
catalog-core/distribution/catalog-all/pom.xml
catalog-core/distribution/catalog-standalone/pom.xml
catalog-core/distribution/pom.xml
catalog-core/httpserver/pom.xml
catalog-core/pom.xml
catalog-parent/catalogparent-lite/pom.xml
catalog-parent/catalogparent/pom.xml
catalog-parent/pom.xml
pom.xml

index 304624e..23411d8 100644 (file)
@@ -25,7 +25,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalog-mgr</artifactId>
-    <name>openo/commontosca/catalog/catalog-mgr</name>
+    <name>common-tosca-catalog/catalog-core/catalog-mgr</name>
     <packaging>jar</packaging>
        <properties>
                <httpclient.version>4.4.1</httpclient.version>
index 5b5e0f7..9ce872e 100644 (file)
@@ -25,7 +25,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalog-all</artifactId>
-    <name>openo/commontosca/catalog/distribution/catalog-all</name>
+    <name>common-tosca-catalog/catalog-core/distribution/catalog-all</name>
     <packaging>pom</packaging>
 
     <build>
index e912f8a..605b9d5 100644 (file)
@@ -25,7 +25,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalog-standalone</artifactId>
-    <name>openo/commontosca/catalog/distribution/catalog-standalone</name>
+    <name>common-tosca-catalog/catalog-core/distribution/catalog-standalone</name>
     <packaging>pom</packaging>
 
     <build>
index 7cbc12e..f86f1c7 100644 (file)
@@ -25,7 +25,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>distribution</artifactId>
-    <name>openo/commontosca/catalog/distribution</name>
+    <name>common-tosca-catalog/catalog-core/distribution</name>
     <packaging>pom</packaging>
 
     <properties>
index 828a9c3..86f4394 100644 (file)
@@ -25,7 +25,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>httpserver</artifactId>
-    <name>openo/commontosca/catalog/httpserver</name>
+    <name>common-tosca-catalog/catalog-core/httpserver</name>
     <packaging>pom</packaging>
 
     <properties>
@@ -96,7 +96,7 @@
                             <tasks name="${project.artifactId}">
                                 <delete file="target/assembly/tomcat/conf/server.xml"/>
                                 <delete file="target/assembly/tomcat/conf/web.xml"/>
-                                <copydir src="src/main/assembly/" dest="target/assembly" />
+                                <copydir src="src/main/assembly/" dest="target/assembly"/>
                                 <zip destfile="target/${packagename}-${project.version}.zip" update="true">
                                     <zipfileset dir="target/assembly" includes="**"/>
                                 </zip>
index 94246bf..660fca1 100644 (file)
@@ -25,7 +25,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalog-core-parent</artifactId>
-    <name>openo/commontosca/catalog/catalog-core-parent</name>
+    <name>common-tosca-catalog/catalog-core</name>
     <packaging>pom</packaging>
 
     <modules>
index b7c3480..36238a3 100644 (file)
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.openo.common-tosca.catalog</groupId>
     <artifactId>catalogparent-lite</artifactId>
-    <name>openo/commontosca/catalog/catalogparent-lite</name>
+    <name>common-tosca-catalog/catalog-parent/catalogparent-lite</name>
     <packaging>pom</packaging>
 
     <build>
index a4bac25..c87c655 100644 (file)
@@ -26,7 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalogparent</artifactId>
-    <name>openo/commontosca/catalog/catalogparent</name>
+    <name>common-tosca-catalog/catalog-parent/catalogparent</name>
     <packaging>pom</packaging>
 
     <properties>
index b65a163..05146a6 100644 (file)
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.openo.common-tosca.catalog</groupId>
     <artifactId>catalogparent-aggregator</artifactId>
-    <name>openo/commontosca/catalog/catalogparent-aggregator</name>
+    <name>common-tosca-catalog/catalog-parent</name>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/pom.xml b/pom.xml
index a079246..469285b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalog-root</artifactId>
-    <name>openo/commontosca/catalog/catalog-root</name>
+    <name>common-tosca-catalog</name>
     <packaging>pom</packaging>
 
     <modules>