]
jaikiran pai updated JBASMP-16:
-------------------------------
Attachment: JBASMP-16.patch
Patch attached
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
Attachments: JBASMP-16.patch
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: