[jboss-jira] [JBoss JIRA] Created: (JBASMP-16) Allow the deployable files to be ordered

jaikiran pai (JIRA) jira-events at lists.jboss.org
Mon Dec 29 04:03:54 EST 2008


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

        



More information about the jboss-jira mailing list