Le 2 juin 2015 04:08, "hwaastad" <[email protected]> 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 > -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.
It uses appPath (or appId I have a doubt writing it), it should be logged when deploying but I dont think you use the right one > 3. app deployed, do a tomee restart, then undeploy works. > 4. Is there a way getting deployment to webapps and not temp? > Yes configuring the target folder ( openejb.deployer.cache.folder) but then it is adviced to switch off auto deploy on webapps folder > 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.
