Standardize POM project naming
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / distribution / standalone / pom.xml
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>
-