]
James Perkins updated JBASMP-73:
--------------------------------
Fix Version/s: 7.8.Final
Duplicate deployment error if both 'reload' and
'deploy' goals are bound to the same maven phase
------------------------------------------------------------------------------------------------
Key: JBASMP-73
URL:
https://issues.jboss.org/browse/JBASMP-73
Project: JBoss AS Maven Plugins
Issue Type: Bug
Components: deploy
Reporter: Martin Basovnik
Assignee: James Perkins
Fix For: 7.8.Final
Attachments: jbasmp-deploy-reproducer.zip
If I try to deploy a deployment just after the server reloading it sometimes fails:
{code}
10:20:32,921 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 1) JBAS014612: Operation ("add") failed - address:
([("deployment" => "jbasmp-deploy-reproducer-0.0.1-SNAPSHOT.jar")])
- failure description: "JBAS014803: Duplicate resource [(\"deployment\"
=> \"jbasmp-deploy-reproducer-0.0.1-SNAPSHOT.jar\")]"
{code}
https://github.com/jbossas/jboss-as-maven-plugin/blob/7.6.Final/src/main/...