jbossas / jboss-as-maven-plugin

Maven plugin to deploy applications to JBoss AS 7 (moved to https://github.com/wildfly/wildfly-maven-plugin)
74 stars 69 forks source link

add option to ignore NoSuchElementException on undeploy #10

Closed msanjose closed 12 years ago

msanjose commented 12 years ago

I'd like to tie the undeployment of a war file to the clean phase of my project. It would be helpful if there were an option to ignore the NoSuchElementException that's normally thrown when you attempt to undeploy a war file that isn't currently deployed.

jamezp commented 12 years ago

This is fixed in 7.1.0.CR1b