[JBoss JIRA] Created: (JBASMP-16) Allow the deployable files to be ordered
by jaikiran pai (JIRA)
Allow the deployable files to be ordered
----------------------------------------
Key: JBASMP-16
URL: https://jira.jboss.org/jira/browse/JBASMP-16
Project: JBoss AS Maven Plugins
Issue Type: Feature Request
Components: plugin-control
Affects Versions: 0.1.0
Reporter: jaikiran pai
Assignee: jaikiran pai
The maven-jboss-as-control-plugin through the "deploy" and "undeploy" goals allow a comma delimited files to be deployed.
<execution>
<id>deploy-tutorial</id>
<goals>
<goal>deploy</goal>
</goals>
<phase>pre-integration-test</phase>
<configuration>
<serverConfigName>${jboss.server.config}</serverConfigName>
<files>
file1,file2
</files>
<jboss.test.run>true</jboss.test.run>
</configuration>
</execution>
In the current version, the order in which these files are deployed is not guaranteed. It would be useful to have the files deployed in the same order as they appear in the comma delimited files list.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months