aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/httpserver/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2016-11-29 15:12:23 -0800
committerGary Wu <gary.i.wu@huawei.com>2016-11-29 15:12:28 -0800
commit9a3c2cc3988d4ac4ad58a5787374590ce5913307 (patch)
treee4cbc9296502c7205066cf9321453cc15248fc23 /catalog-core/httpserver/pom.xml
parentf48e46c31a7ea43739d8608aca17fd53b486fff6 (diff)
Standardize POM project naming
Change-Id: I5622421adf12fd969de0cc9fd7d02b8a5ded2d9e Issue-id: INT-67 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'catalog-core/httpserver/pom.xml')
-rw-r--r--catalog-core/httpserver/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-core/httpserver/pom.xml b/catalog-core/httpserver/pom.xml
index 828a9c38..86f43947 100644
--- a/catalog-core/httpserver/pom.xml
+++ b/catalog-core/httpserver/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>httpserver</artifactId>
- <name>openo/commontosca/catalog/httpserver</name>
+ <name>common-tosca-catalog/catalog-core/httpserver</name>
<packaging>pom</packaging>
<properties>
@@ -96,7 +96,7 @@
<tasks name="${project.artifactId}">
<delete file="target/assembly/tomcat/conf/server.xml"/>
<delete file="target/assembly/tomcat/conf/web.xml"/>
- <copydir src="src/main/assembly/" dest="target/assembly" />
+ <copydir src="src/main/assembly/" dest="target/assembly"/>
<zip destfile="target/${packagename}-${project.version}.zip" update="true">
<zipfileset dir="target/assembly" includes="**"/>
</zip>