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 --- .../apiroute-service/dependency-reduced-pom.xml | 3 +- msb-core/apiroute/apiroute-service/pom.xml | 25 ++++++++-------- msb-core/apiroute/apiroute-standalone/pom.xml | 35 +++++++++++----------- msb-core/apiroute/pom.xml | 17 +++++------ 4 files changed, 38 insertions(+), 42 deletions(-) (limited to 'msb-core/apiroute') diff --git a/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml index 5f5c609..de1fbab 100644 --- a/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml +++ b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml @@ -2,11 +2,10 @@ apiroute-parent - org.openo.msb.msb-core.apiroute + org.openo.common-services.microservice-bus 1.0.0-SNAPSHOT 4.0.0 - org.openo.msb.msb-core.apiroute apiroute-service openo/msb/msb-core/apiroute/apiroute-service 1.0.0-SNAPSHOT diff --git a/msb-core/apiroute/apiroute-service/pom.xml b/msb-core/apiroute/apiroute-service/pom.xml index 0bddd98..54f8daf 100644 --- a/msb-core/apiroute/apiroute-service/pom.xml +++ b/msb-core/apiroute/apiroute-service/pom.xml @@ -1,33 +1,32 @@ - 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-service openo/msb/msb-core/apiroute/apiroute-service jar 1.0.0-SNAPSHOT - + @@ -41,7 +40,7 @@ io.dropwizard dropwizard-client - + io.swagger swagger-jersey2-jaxrs @@ -66,7 +65,7 @@ junit junit test - + @@ -125,7 +124,7 @@ package copy-dependencies - + @@ -133,10 +132,10 @@ dropwizard-core ${dropwizard.version} true - + - + 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 diff --git a/msb-core/apiroute/pom.xml b/msb-core/apiroute/pom.xml index 055b6bd..dfc9b1f 100644 --- a/msb-core/apiroute/pom.xml +++ b/msb-core/apiroute/pom.xml @@ -1,36 +1,35 @@ - org.openo.msb.msb-core + org.openo.common-services.microservice-bus msb-core-parent 1.0.0-SNAPSHOT - + 4.0.0 - org.openo.msb.msb-core.apiroute apiroute-parent openo/msb/msb-core/apiroute pom 1.0.0-SNAPSHOT - + apiroute-service apiroute-standalone - + -- cgit 1.2.3-korg