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 -Dtomee-plugin.archive=TomeEEDeploy -Dtomee-plugin.host=127.0.0.1 -Dtomee-plugin.binary=true Observations: 1. deploy is OK 2. undeploy does not work. 3. app deployed, do a tomee restart, then undeploy works. 4. Is there a way getting deployment to webapps and not temp? Tomee 1.7.2 is in play. br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/tomee-deploy-undeploy-tp4675115.html Sent from the TomEE Users mailing list archive at Nabble.com.
