1. The publish package name add system type
[vfc/nfvo/wfengine.git] / wso2bpel-ext / pom.xml
index 045eb49..7bac76a 100644 (file)
@@ -17,7 +17,7 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>org.openo.common-services.common-utilities</groupId>
+        <groupId>org.openo.common-services.common-utilities.wso2bpel-ext</groupId>
         <artifactId>wso2bpelparent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <relativePath>wso2bpel-parent/wso2bpelparent</relativePath>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2bpel-root</artifactId>
-    <!--name>openo/commonservice/commonutilities/wso2bpel-root</name-->
+    <name>openo/commonservice/commonutilities/wso2bpel-root</name>
     <packaging>pom</packaging>
 
     <modules>
         <module>wso2bpel-parent</module>
         <module>wso2bpel-core</module>
     </modules>
-    
+
     <build>
-               <plugins>
-                       <plugin>
-                               <groupId>com.mycila</groupId>
-                               <artifactId>license-maven-plugin</artifactId>
-                       </plugin>
-               </plugins>
-       </build>
+        <plugins>
+            <plugin>
+                <groupId>com.mycila</groupId>
+                <artifactId>license-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>