From: Sanjay Dalal Date: Fri, 23 Oct 2009 22:36:32 +0000 (+0000) Subject: CSPACE-558 the build now uses the cargo plugin to deploy war on remote jboss server... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=47ba90c802d4957b1d4b04cfb44c92c3d2ff3225;p=tmp%2Fjakarta-migration.git CSPACE-558 the build now uses the cargo plugin to deploy war on remote jboss server. At JaxRsServiceProvider level, use mvn cargo:undeploy cargo:deploy to undeploy and deploy the services war. mvn install should not require JBoss server running if -DskipTests=true is used - verified locally. --- diff --git a/pom.xml b/pom.xml index 56cc8d016..77b6d9185 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,13 @@ Java.net Maven 2 Repository http://download.java.net/maven/2 + + codehaus snapshot repository + http://snapshots.repository.codehaus.org/ + + true + + diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index 90d074f22..68dc953d5 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -174,7 +174,7 @@ cspace-services package - + + + + + org.codehaus.cargo + cargo-maven2-plugin + + + + jboss42x + ${jboss.dir} + remote + + + runtime + + 8180 + cspace + + + + remote + + + org.collectionspace.services + org.collectionspace.services.jaxrs.provider + war + http://127.0.0.1:8180 + + + + +