Standardize POM project naming
authorGary Wu <gary.i.wu@huawei.com>
Tue, 29 Nov 2016 23:12:12 +0000 (15:12 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 29 Nov 2016 23:12:16 +0000 (15:12 -0800)
Change-Id: I4bd5fdda142a923e9831f47c029050d875a3370a
Issue-id: INT-67
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
15 files changed:
msb-core/apiroute/apiroute-service/pom.xml
msb-core/apiroute/apiroute-standalone/pom.xml
msb-core/apiroute/pom.xml
msb-core/distributions/pom.xml
msb-core/distributions/standalone/pom.xml
msb-core/eag-openresty-ext/pom.xml
msb-core/openresty-ext/pom.xml
msb-core/openresty/pom.xml
msb-core/pom.xml
msb-core/redis-ext/pom.xml
msb-core/redis/pom.xml
msb-parent/msbparent-lite/pom.xml
msb-parent/msbparent/pom.xml
msb-parent/pom.xml
pom.xml

index 5b70df0..48e613c 100644 (file)
@@ -27,7 +27,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apiroute-service</artifactId>
-  <name>openo/msb/msb-core/apiroute/apiroute-service</name>
+  <name>common-services-microservice-bus/msb-core/apiroute/apiroute-service</name>
   <packaging>jar</packaging>
   <version>1.1.0-SNAPSHOT</version>
 
index 761d3a4..eac7c60 100644 (file)
@@ -27,7 +27,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apiroute-standalone</artifactId>
-  <name>openo/msb/msb-core/apiroute/apiroute-standalone</name>
+  <name>common-services-microservice-bus/msb-core/apiroute/apiroute-standalone</name>
   <packaging>pom</packaging>
   <version>1.1.0-SNAPSHOT</version>
 
index d7a0f25..dc39f06 100644 (file)
@@ -27,7 +27,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apiroute-parent</artifactId>
-  <name>openo/msb/msb-core/apiroute</name>
+  <name>common-services-microservice-bus/msb-core/apiroute</name>
   <packaging>pom</packaging>
   <version>1.1.0-SNAPSHOT</version>
 
index f3e7b7b..977a42d 100644 (file)
@@ -27,7 +27,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>distributions-parent</artifactId>
-  <name>openo/msb/msb-core/distributions-parent</name>
+  <name>common-services-microservice-bus/msb-core/distributions</name>
   <packaging>pom</packaging>
   <version>1.1.0-SNAPSHOT</version>
 
index 57f98e7..0c97ce0 100644 (file)
@@ -27,7 +27,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>msb-core-standalone</artifactId>
-    <name>openo/msb/msb-core/distributions/standalone</name>
+    <name>common-services-microservice-bus/msb-core/distributions/standalone</name>
     <packaging>pom</packaging>
     <version>1.1.0-SNAPSHOT</version>
 
               <copy todir="${linux64outputdir}/eag/">
                 <fileset dir="${linux64outputdir}/eag/openresty"/>
               </copy>
-              <delete 
-                dir="${linux64outputdir}/eag/openresty"
-                includeemptydirs="true"/>
+              <delete dir="${linux64outputdir}/eag/openresty" includeemptydirs="true"/>
             </target>          
           </configuration>
         </execution>
               <copy todir="${win64outputdir}/eag/">
                 <fileset dir="${win64outputdir}/eag/openresty"/>
               </copy>
-              <delete 
-                dir="${win64outputdir}/eag/openresty"
-                includeemptydirs="true"/>
+              <delete dir="${win64outputdir}/eag/openresty" includeemptydirs="true"/>
             </target>          
           </configuration>
         </execution>
index 40cd6ea..e9a2551 100644 (file)
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>eag-openresty-ext</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>openo/msb/msb-core/eag-openresty-ext</name>
+    <name>common-services-microservice-bus/msb-core/eag-openresty-ext</name>
     <packaging>pom</packaging>
 
     <properties>
index 1752147..904b95f 100644 (file)
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openresty-ext</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>openo/msb/msb-core/openresty-ext</name>
+    <name>common-services-microservice-bus/msb-core/openresty-ext</name>
     <packaging>pom</packaging>
 
     <properties>
index ceeb131..02d8beb 100644 (file)
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>openresty</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>openo/msb/msb-core/openresty</name>
+    <name>common-services-microservice-bus/msb-core/openresty</name>
     <packaging>pom</packaging>
 
     <properties>
index c3bff4d..2cf5f14 100644 (file)
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>msb-core-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>openo/msb/msb-core-parent</name>
+    <name>common-services-microservice-bus/msb-core</name>
     <packaging>pom</packaging>
     <modules>
         <module>openresty</module>
index f4603a3..0d2f498 100644 (file)
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>redis-ext</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>openo/msb/msb-core/redis-ext</name>
+    <name>common-services-microservice-bus/msb-core/redis-ext</name>
     <packaging>pom</packaging>
 
     <properties>
index 3baed8f..b60d367 100644 (file)
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>redis</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <name>openo/msb/msb-core/redis</name>
+    <name>common-services-microservice-bus/msb-core/redis</name>
     <packaging>pom</packaging>
 
     <properties>
index c04a7e4..9eab8c1 100644 (file)
@@ -26,7 +26,7 @@
     <groupId>org.openo.oparent</groupId>
     <artifactId>oparent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <relativePath></relativePath>
+    <relativePath/>
   </parent>
 
 
@@ -34,7 +34,7 @@
   <artifactId>msbparent-lite</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>msbparent-lite</name>
+  <name>common-services-microservice-bus/msb-parent/msbparent-lite</name>
 
   <properties>
     <stream>latest</stream><!-- CI should pass in -Dstream={stream} -->
index f931ebe..868de97 100644 (file)
@@ -31,7 +31,7 @@
 
   <artifactId>msbparent</artifactId>
   <packaging>pom</packaging>
-  <name>msbparent</name>
+  <name>common-services-microservice-bus/msb-parent/msbparent</name>
 
 
   <scm>
index 3f21106..5dedb3b 100644 (file)
@@ -31,7 +31,7 @@
 
 <artifactId>msbparent-aggregator</artifactId>
 <version>1.0.0</version>
-<name>msbparent-aggregator</name>
+<name>common-services-microservice-bus/msb-parent</name>
 <packaging>pom</packaging>
 
 
diff --git a/pom.xml b/pom.xml
index 3d693c8..f5defc1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <artifactId>msb-core-root</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-       <name>openo/msb/msb-core-root</name>
+       <name>common-services-microservice-bus</name>
     <packaging>pom</packaging>
 
     <modules>