path is likely wrong for undeploy, check "Deployed Application..." during deployment it logs the path, this is the one to use to undeploy.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-10-13 19:26 GMT+02:00 aibar <[email protected]>: > This is tomee plugin config in my ear module pom.xml: > <plugin> > <groupId>org.apache.openejb.maven</groupId> > <artifactId>tomee-maven-plugin</artifactId> > <configuration> > <user>***</user> > <password>***</password> > <tomeeHost>***</tomeeHost> > > <path>${project.build.directory}/${project.build.finalName}.ear</path> > </configuration> > </plugin> > > I'm executing mvn tomee:deploy, it deploys. mvn tomee:undeploy, nothing > happens > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Can-t-tomee-undeploy-ear-with-tomee-maven-plugin-tp4676484p4676488.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
