diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-11-29 15:12:12 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-11-29 15:12:16 -0800 |
commit | 6dd251eb8cfaee077f9f35e11f72af4d5ec8939c (patch) | |
tree | f0097871d06e4134b5531071db2b7537d35a72f5 /msb-core/distributions/standalone | |
parent | 54df7bee159a6f2eb0915ca02bb3b7c38fef5183 (diff) |
Standardize POM project naming
Change-Id: I4bd5fdda142a923e9831f47c029050d875a3370a
Issue-id: INT-67
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'msb-core/distributions/standalone')
-rw-r--r-- | msb-core/distributions/standalone/pom.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml index 57f98e7..0c97ce0 100644 --- a/msb-core/distributions/standalone/pom.xml +++ b/msb-core/distributions/standalone/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>msb-core-standalone</artifactId> - <name>openo/msb/msb-core/distributions/standalone</name> + <name>common-services-microservice-bus/msb-core/distributions/standalone</name> <packaging>pom</packaging> <version>1.1.0-SNAPSHOT</version> @@ -351,9 +351,7 @@ <copy todir="${linux64outputdir}/eag/"> <fileset dir="${linux64outputdir}/eag/openresty"/> </copy> - <delete - dir="${linux64outputdir}/eag/openresty" - includeemptydirs="true"/> + <delete dir="${linux64outputdir}/eag/openresty" includeemptydirs="true"/> </target> </configuration> </execution> @@ -369,9 +367,7 @@ <copy todir="${win64outputdir}/eag/"> <fileset dir="${win64outputdir}/eag/openresty"/> </copy> - <delete - dir="${win64outputdir}/eag/openresty" - includeemptydirs="true"/> + <delete dir="${win64outputdir}/eag/openresty" includeemptydirs="true"/> </target> </configuration> </execution> |