]
James Perkins updated JBASMP-62:
--------------------------------
Fix Version/s: (was: 7.6.Final)
Add non blocking exception patterns on Command execution
--------------------------------------------------------
Key: JBASMP-62
URL:
https://issues.jboss.org/browse/JBASMP-62
Project: JBoss AS Maven Plugins
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: wildfly
Affects Versions: 7.6.Final
Reporter: Steve Favez
Assignee: James Perkins
When a command execution returns an error, it's not possible to continue (in the end,
the build fails). So, for example, if you execute a "module add" command for
each "predeploy" on a jboss:run, it won't work the second time. It could be
good to have an attribute in the command allowing to pass an "acceptable exception
pattern" (for example - Module com.oracle already exists) - that won't block
commands list execution.