]
James Perkins resolved JBASMP-71.
---------------------------------
Fix Version/s: 7.8.Final
Resolution: Done
JBoss Maven Plugin fails deploy in domain mode if one server is
stopped
-----------------------------------------------------------------------
Key: JBASMP-71
URL:
https://issues.jboss.org/browse/JBASMP-71
Project: JBoss AS Maven Plugins
Issue Type: Bug
Components: deploy
Affects Versions: 7.5.Final
Reporter: Jorge Solorzano
Assignee: Filippe Spolti
Fix For: 7.8.Final
I have a cluster in domain mode and configured my project to do the deploy on a server
group (jboss-as:deploy), but if I have one server stopped the deploy fails.
I think it should do the deploy even if all servers are stopped, after all the master is
the one who get the deploy and when the servers come back online then the master sends the
content to the servers.
If I do the deploy directly from the manangement console it don't care if all servers
(in the server group) are stopped.