1. The publish package name add system type
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / wso2bpel-mgr / pom.xml
index d4b6e9f..8a9c3ad 100644 (file)
 <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>wso2bpel-core-parent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>wso2bpel-mgr</artifactId>
-    <!--name>openo/commonservice/commonutilities/wso2bpel-mgr</name-->
+    <name>openo/commonservice/commonutilities/wso2bpel-mgr</name>
     <packaging>jar</packaging>
 
     <build>
         <plugins>
-                       <plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.1</version>
                 <configuration>
-                                       <source>1.7</source>
-                                       <target>1.7</target>
-                                       <encoding>UTF-8</encoding>
-                                       <compilerArgs> 
-                                               <arg>-verbose</arg>
-                                               <arg>-Xlint:unchecked</arg>
-                                               <arg>-Xlint:deprecation</arg>
-                                               <arg>-bootclasspath</arg>
-                                               <arg>${env.JAVA_HOME}/jre/lib/rt.jar</arg>
-                                               <arg>-extdirs</arg> 
-                                               <arg>${project.basedir}/lib</arg>
-                                       </compilerArgs> 
-                               </configuration>
+                    <source>1.7</source>
+                    <target>1.7</target>
+                    <encoding>UTF-8</encoding>
+                    <compilerArgs> 
+                        <arg>-verbose</arg>
+                        <arg>-Xlint:unchecked</arg>
+                        <arg>-Xlint:deprecation</arg>
+                        <arg>-bootclasspath</arg>
+                        <arg>${env.JAVA_HOME}/jre/lib/rt.jar</arg>
+                        <arg>-extdirs</arg> 
+                        <arg>${project.basedir}/lib</arg>
+                    </compilerArgs> 
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.eclipse.m2e</groupId>