From f8c8cebc21ea8afce63472d66b57a2c83f21d9f7 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 1 Sep 2016 16:33:32 -0700 Subject: Change artifact groupId to allow Nexus deployment Change-Id: I78af2ba519302a02057fa2ad34cdbd76e7ea0f77 Issue-id: INT-40 Signed-off-by: Gary Wu --- msb-core/apiroute/apiroute-standalone/pom.xml | 35 +++++++++++++-------------- 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'msb-core/apiroute/apiroute-standalone/pom.xml') diff --git a/msb-core/apiroute/apiroute-standalone/pom.xml b/msb-core/apiroute/apiroute-standalone/pom.xml index 46e59ae..eaf892d 100644 --- a/msb-core/apiroute/apiroute-standalone/pom.xml +++ b/msb-core/apiroute/apiroute-standalone/pom.xml @@ -1,28 +1,27 @@ - org.openo.msb.msb-core.apiroute + org.openo.common-services.microservice-bus apiroute-parent - 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT 4.0.0 - org.openo.msb.msb-core.apiroute apiroute-standalone openo/msb/msb-core/apiroute/apiroute-standalone pom @@ -35,20 +34,20 @@ - org.openo.msb.msb-core.apiroute + org.openo.common-services.microservice-bus apiroute-service ${project.version} true - + - - + + maven-resources-plugin - copy-resources + copy-resources process-resources copy-resources @@ -56,14 +55,14 @@ ${outputdir} true - + src/assembly/resource/ false **/* - + true @@ -74,7 +73,7 @@ org.apache.maven.plugins maven-dependency-plugin 2.8 - + copy-jar @@ -84,19 +83,19 @@ - org.openo.msb.msb-core.apiroute + org.openo.common-services.microservice-bus apiroute-service jar true ${outputdir}/apiroute/ apiroute-service.jar - + - + org.apache.maven.plugins maven-antrun-plugin -- cgit 1.2.3-korg