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.

Reply via email to