aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2016-11-29 15:12:12 -0800
committerGary Wu <gary.i.wu@huawei.com>2016-11-29 15:12:16 -0800
commit6dd251eb8cfaee077f9f35e11f72af4d5ec8939c (patch)
treef0097871d06e4134b5531071db2b7537d35a72f5
parent54df7bee159a6f2eb0915ca02bb3b7c38fef5183 (diff)
Standardize POM project naming
Change-Id: I4bd5fdda142a923e9831f47c029050d875a3370a Issue-id: INT-67 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--msb-core/apiroute/apiroute-service/pom.xml2
-rw-r--r--msb-core/apiroute/apiroute-standalone/pom.xml2
-rw-r--r--msb-core/apiroute/pom.xml2
-rw-r--r--msb-core/distributions/pom.xml2
-rw-r--r--msb-core/distributions/standalone/pom.xml10
-rw-r--r--msb-core/eag-openresty-ext/pom.xml2
-rw-r--r--msb-core/openresty-ext/pom.xml2
-rw-r--r--msb-core/openresty/pom.xml2
-rw-r--r--msb-core/pom.xml2
-rw-r--r--msb-core/redis-ext/pom.xml2
-rw-r--r--msb-core/redis/pom.xml2
-rw-r--r--msb-parent/msbparent-lite/pom.xml4
-rw-r--r--msb-parent/msbparent/pom.xml2
-rw-r--r--msb-parent/pom.xml2
-rw-r--r--pom.xml2
15 files changed, 18 insertions, 22 deletions
diff --git a/msb-core/apiroute/apiroute-service/pom.xml b/msb-core/apiroute/apiroute-service/pom.xml
index 5b70df0..48e613c 100644
--- a/msb-core/apiroute/apiroute-service/pom.xml
+++ b/msb-core/apiroute/apiroute-service/pom.xml
@@ -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>
diff --git a/msb-core/apiroute/apiroute-standalone/pom.xml b/msb-core/apiroute/apiroute-standalone/pom.xml
index 761d3a4..eac7c60 100644
--- a/msb-core/apiroute/apiroute-standalone/pom.xml
+++ b/msb-core/apiroute/apiroute-standalone/pom.xml
@@ -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>
diff --git a/msb-core/apiroute/pom.xml b/msb-core/apiroute/pom.xml
index d7a0f25..dc39f06 100644
--- a/msb-core/apiroute/pom.xml
+++ b/msb-core/apiroute/pom.xml
@@ -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>
diff --git a/msb-core/distributions/pom.xml b/msb-core/distributions/pom.xml
index f3e7b7b..977a42d 100644
--- a/msb-core/distributions/pom.xml
+++ b/msb-core/distributions/pom.xml
@@ -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>
diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml
index 57f98e7..0c97ce0 100644
--- a/msb-core/distributions/standalone/pom.xml
+++ b/msb-core/distributions/standalone/pom.xml
@@ -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>
@@ -351,9 +351,7 @@
<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>
@@ -369,9 +367,7 @@
<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>
diff --git a/msb-core/eag-openresty-ext/pom.xml b/msb-core/eag-openresty-ext/pom.xml
index 40cd6ea..e9a2551 100644
--- a/msb-core/eag-openresty-ext/pom.xml
+++ b/msb-core/eag-openresty-ext/pom.xml
@@ -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>
diff --git a/msb-core/openresty-ext/pom.xml b/msb-core/openresty-ext/pom.xml
index 1752147..904b95f 100644
--- a/msb-core/openresty-ext/pom.xml
+++ b/msb-core/openresty-ext/pom.xml
@@ -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>
diff --git a/msb-core/openresty/pom.xml b/msb-core/openresty/pom.xml
index ceeb131..02d8beb 100644
--- a/msb-core/openresty/pom.xml
+++ b/msb-core/openresty/pom.xml
@@ -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>
diff --git a/msb-core/pom.xml b/msb-core/pom.xml
index c3bff4d..2cf5f14 100644
--- a/msb-core/pom.xml
+++ b/msb-core/pom.xml
@@ -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>
diff --git a/msb-core/redis-ext/pom.xml b/msb-core/redis-ext/pom.xml
index f4603a3..0d2f498 100644
--- a/msb-core/redis-ext/pom.xml
+++ b/msb-core/redis-ext/pom.xml
@@ -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>
diff --git a/msb-core/redis/pom.xml b/msb-core/redis/pom.xml
index 3baed8f..b60d367 100644
--- a/msb-core/redis/pom.xml
+++ b/msb-core/redis/pom.xml
@@ -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>
diff --git a/msb-parent/msbparent-lite/pom.xml b/msb-parent/msbparent-lite/pom.xml
index c04a7e4..9eab8c1 100644
--- a/msb-parent/msbparent-lite/pom.xml
+++ b/msb-parent/msbparent-lite/pom.xml
@@ -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} -->
diff --git a/msb-parent/msbparent/pom.xml b/msb-parent/msbparent/pom.xml
index f931ebe..868de97 100644
--- a/msb-parent/msbparent/pom.xml
+++ b/msb-parent/msbparent/pom.xml
@@ -31,7 +31,7 @@
<artifactId>msbparent</artifactId>
<packaging>pom</packaging>
- <name>msbparent</name>
+ <name>common-services-microservice-bus/msb-parent/msbparent</name>
<scm>
diff --git a/msb-parent/pom.xml b/msb-parent/pom.xml
index 3f21106..5dedb3b 100644
--- a/msb-parent/pom.xml
+++ b/msb-parent/pom.xml
@@ -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
--- 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>