jbossas / jboss-as-maven-plugin

Maven plugin to deploy applications to JBoss AS 7 (moved to https://github.com/wildfly/wildfly-maven-plugin)
74 stars 69 forks source link

Commands executed out of order #24

Closed rollodp closed 12 years ago

rollodp commented 12 years ago

In 7.2-Final, commands can be executed out of order but should instead respect the order in the POM.

Commands.java currently declares commands as a Set, this should instead be a List.

jamezp commented 12 years ago

Moved to JIRA https://issues.jboss.org/browse/JBASMP-29