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

Undeploy in domain mode only undeploys a single deployment #70

Closed jensdt closed 10 years ago

jensdt commented 10 years ago

When using goal 'undeploy' for domain mode and a match-pattern that matches multiple deployments, only a single matching deployment is undeployed despite the match strategy being 'All'.

jamezp commented 10 years ago

Looks good and thanks!

We require that all contributions be made under the terms of the MIT License, http://www.opensource.org/licenses/mit-license.php. Do you agree to the these terms?

jensdt commented 10 years ago

Yes, I agree. Happy to help out!

jamezp commented 10 years ago

Thanks, merged.