[jboss-jira] [JBoss JIRA] (JBASMP-46) Name-Pattern for undeploy/replace deployment
James Perkins (JIRA)
jira-events at lists.jboss.org
Sun Jul 14 23:08:26 EDT 2013
[ https://issues.jboss.org/browse/JBASMP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated JBASMP-46:
--------------------------------
Fix Version/s: 7.5.Final
> Name-Pattern for undeploy/replace deployment
> --------------------------------------------
>
> Key: JBASMP-46
> URL: https://issues.jboss.org/browse/JBASMP-46
> Project: JBoss AS Maven Plugins
> Issue Type: Enhancement
> Components: deploy
> Reporter: Mark Paluch
> Assignee: James Perkins
> Priority: Minor
> Fix For: 7.5.Final
>
>
> Add two fields to allow undeployment and replacement using regex. This applies especially to artifacts containing a version number. The change allows undeploying artifacts without knowing the full and exact name of the deployed artifact.
> Config would look like:
> {code:XML}
> <configuration>
> <name>something-1.0.war</name>
> <undeploy-name-pattern>something-\d.\d.war</undeploy-name-pattern>
> <undeploy-strategy>first|all|fail</undeploy-strategy>
> ...
> </configuration>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list