summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2016-11-29 15:11:51 -0800
committerGary Wu <gary.i.wu@huawei.com>2016-11-29 15:11:56 -0800
commitb9d6eed278f02c75865fa97f4ba6020e348f2e93 (patch)
treecf373dc5eea499e983ff56ab45affd79284ad969
parent02ba7fcf607cd5e848b12cd0ffbc0fa3742770c6 (diff)
Standardize POM project naming
Change-Id: I1c3c1cb2406d2ad59acb2839cc0a604cf0a9333d Issue-id: INT-67 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--common-util/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--rest-client/pom.xml2
-rw-r--r--wso2bpel-ext/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml11
-rw-r--r--wso2bpel-ext/wso2bpel-core/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-parent/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml2
11 files changed, 15 insertions, 16 deletions
diff --git a/common-util/pom.xml b/common-util/pom.xml
index e37bb67..074cf13 100644
--- a/common-util/pom.xml
+++ b/common-util/pom.xml
@@ -139,4 +139,4 @@
</build>
-</project>
+<name>common-services-common-utilities/common-util</name></project>
diff --git a/pom.xml b/pom.xml
index c81d9ef..acde305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>common-setting</artifactId>
<packaging>pom</packaging>
- <name>common-setting</name>
+ <name>common-services-common-utilities</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/rest-client/pom.xml b/rest-client/pom.xml
index 7e9d94f..de54805 100644
--- a/rest-client/pom.xml
+++ b/rest-client/pom.xml
@@ -85,4 +85,4 @@
</plugin>
</plugins>
</build>
-</project>
+<name>common-services-common-utilities/rest-client</name></project>
diff --git a/wso2bpel-ext/pom.xml b/wso2bpel-ext/pom.xml
index bbca681..e432cbe 100644
--- a/wso2bpel-ext/pom.xml
+++ b/wso2bpel-ext/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2bpel-root</artifactId>
- <name>openo/commonservice/commonutilities/wso2bpel-root</name>
+ <name>common-services-common-utilities/wso2bpel-ext</name>
<packaging>pom</packaging>
<modules>
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/pom.xml b/wso2bpel-ext/wso2bpel-core/distribution/pom.xml
index c06da10..fd6c48c 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/pom.xml
+++ b/wso2bpel-ext/wso2bpel-core/distribution/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>distribution</artifactId>
- <name>openo/commonservice/commonutilities/distribution</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-core/distribution</name>
<packaging>pom</packaging>
<modules>
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
index 34d905c..d75ede0 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>standalone</artifactId>
- <name>openo/commonservice/commonutilities/distribution/standalone</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-core/distribution/standalone</name>
<packaging>pom</packaging>
<properties>
@@ -150,12 +150,12 @@
</unzip>
<copy todir="${linux64outputdir}/wso2bps">
<fileset dir="target/assembly/wso2bps/wso2bps-3.5.0">
- <exclude name="**/*.bat" />
+ <exclude name="**/*.bat"/>
</fileset>
</copy>
<copy todir="${win64outputdir}/wso2bps">
<fileset dir="target/assembly/wso2bps/wso2bps-3.5.0">
- <exclude name="**/*.sh" />
+ <exclude name="**/*.sh"/>
</fileset>
</copy>
</target>
@@ -171,12 +171,12 @@
<target name="distribution">
<copy todir="target/assembly/linux64/wso2bps-ext/lib">
<fileset dir="../../wso2bpel-mgr/lib">
- <include name="*" />
+ <include name="*"/>
</fileset>
</copy>
<copy todir="target/assembly/win64/wso2bps-ext/lib">
<fileset dir="../../wso2bpel-mgr/lib">
- <include name="*" />
+ <include name="*"/>
</fileset>
</copy>
<tar destfile="${version.output}/${packagename}-${project.version}-linux64.tar.gz" longfile="posix" compression="gzip">
@@ -208,4 +208,3 @@
</dependency>
</dependencies>
</project>
-
diff --git a/wso2bpel-ext/wso2bpel-core/pom.xml b/wso2bpel-ext/wso2bpel-core/pom.xml
index 18672d5..994e714 100644
--- a/wso2bpel-ext/wso2bpel-core/pom.xml
+++ b/wso2bpel-ext/wso2bpel-core/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2bpel-core-parent</artifactId>
- <name>openo/commonservice/commonutilities/wso2bpel-core-parent</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-core</name>
<packaging>pom</packaging>
<modules>
diff --git a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
index f33548d..29acb95 100644
--- a/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
+++ b/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2bpel-mgr</artifactId>
- <name>openo/commonservice/commonutilities/wso2bpel-mgr</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-core/wso2bpel-mgr</name>
<packaging>jar</packaging>
<build>
diff --git a/wso2bpel-ext/wso2bpel-parent/pom.xml b/wso2bpel-ext/wso2bpel-parent/pom.xml
index 242d762..0d52f97 100644
--- a/wso2bpel-ext/wso2bpel-parent/pom.xml
+++ b/wso2bpel-ext/wso2bpel-parent/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2bpelparent-aggregator</artifactId>
- <name>openo/commonservice/commonutilities/wso2bpelparent-aggregator</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-parent</name>
<packaging>pom</packaging>
<modules>
diff --git a/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml b/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
index 4785d90..8189977 100644
--- a/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
+++ b/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
<artifactId>wso2bpelparent-lite</artifactId>
- <name>openo/commonservice/commonutilities/wso2bpelparent-lite</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite</name>
<packaging>pom</packaging>
<build>
diff --git a/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml b/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml
index ce3d6ea..606977b 100644
--- a/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml
+++ b/wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>wso2bpelparent</artifactId>
- <name>openo/commonservice/commonutilities/wso2bpelparent</name>
+ <name>common-services-common-utilities/wso2bpel-ext/wso2bpel-parent/wso2bpelparent</name>
<packaging>pom</packaging>
<properties>