[jboss-jira] [JBoss JIRA] (JBASMP-46) Name-Pattern for undeploy/replace deployment

Mark Paluch (JIRA) jira-events at lists.jboss.org
Wed Jun 26 02:20:21 EDT 2013


     [ https://issues.jboss.org/browse/JBASMP-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Paluch updated JBASMP-46:
------------------------------

    Description: 
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}

  was:
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>...</undeploy-name-pattern>
<undeploy-strategy>first|all|fail</undeploy-strategy>
...
</configuration>

{code}


    
> 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
>
> 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