Standardize POM project naming
authorGary Wu <gary.i.wu@huawei.com>
Tue, 29 Nov 2016 23:11:51 +0000 (15:11 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 29 Nov 2016 23:11:56 +0000 (15:11 -0800)
Change-Id: I1c3c1cb2406d2ad59acb2839cc0a604cf0a9333d
Issue-id: INT-67
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
common-util/pom.xml
pom.xml
rest-client/pom.xml
wso2bpel-ext/pom.xml
wso2bpel-ext/wso2bpel-core/distribution/pom.xml
wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml
wso2bpel-ext/wso2bpel-core/pom.xml
wso2bpel-ext/wso2bpel-core/wso2bpel-mgr/pom.xml
wso2bpel-ext/wso2bpel-parent/pom.xml
wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
wso2bpel-ext/wso2bpel-parent/wso2bpelparent/pom.xml

index e37bb67..074cf13 100644 (file)
     </build>
 
 
-</project>
+<name>common-services-common-utilities/common-util</name></project>
diff --git a/pom.xml b/pom.xml
index c81d9ef..acde305 100644 (file)
--- 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>
index 7e9d94f..de54805 100644 (file)
@@ -85,4 +85,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+<name>common-services-common-utilities/rest-client</name></project>
index bbca681..e432cbe 100644 (file)
@@ -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>
index c06da10..fd6c48c 100644 (file)
@@ -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>
index 34d905c..d75ede0 100644 (file)
@@ -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>
                                 </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>
                             <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">
         </dependency>
     </dependencies>  
 </project>
-
index 18672d5..994e714 100644 (file)
@@ -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>
index f33548d..29acb95 100644 (file)
@@ -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>
index 242d762..0d52f97 100644 (file)
@@ -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>
index 4785d90..8189977 100644 (file)
@@ -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>
index ce3d6ea..606977b 100644 (file)
@@ -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>