Re: tomee:deploy - undeploy

2015-06-02 Thread hwaastad
Thanks Romain, I needed the deploy path: mvn tomee:undeploy -Dtomee-plugin.archive=TomeEEDeploy-1.0-SNAPSHOT -Dtomee-plugin.host=127.0.0.1 I've modified server.xml: unpackWARs=false autoDeploy=false for webapps. I'll see if this makes our jenkins deployment more stable than the tomcat-deploy

tomee:deploy - undeploy

2015-06-02 Thread hwaastad
Hi, just a verification on the tomee-maven-plugin deploy functionality I've started an remote tomee and deploying like this: mvn tomee:deploy -Dtomee-plugin.archive=./target/TomeEEDeploy-1.0-SNAPSHOT.war -Dtomee-plugin.host=127.0.0.1 -Dtomee-plugin.binary=true Undeploy: mvn tomee:undeploy

Re: tomee:deploy - undeploy

2015-06-02 Thread Romain Manni-Bucau
Le 2 juin 2015 04:08, hwaastad he...@waastad.org a écrit : Hi, just a verification on the tomee-maven-plugin deploy functionality I've started an remote tomee and deploying like this: mvn tomee:deploy -Dtomee-plugin.archive=./target/TomeEEDeploy-1.0-SNAPSHOT.war