summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/distribution
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 /wso2bpel-ext/wso2bpel-core/distribution
parent02ba7fcf607cd5e848b12cd0ffbc0fa3742770c6 (diff)
Standardize POM project naming
Change-Id: I1c3c1cb2406d2ad59acb2839cc0a604cf0a9333d Issue-id: INT-67 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/distribution')
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/pom.xml2
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/pom.xml11
2 files changed, 6 insertions, 7 deletions
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>
-