[JBoss JIRA] Created: (JBASMP-12) Move JBossAS Maven Plugins into their own tree
by Andrew Lee Rubinger (JIRA)
Move JBossAS Maven Plugins into their own tree
----------------------------------------------
Key: JBASMP-12
URL: https://jira.jboss.org/jira/browse/JBASMP-12
Project: JBoss AS Maven Plugins
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Currently under maven/plugins/jboss/trunk is:
drwxrwxr-x 4 alrubinger alrubinger 4096 2008-10-21 21:35 maven-buildmagic-thirdparty-plugin
drwxrwxr-x 5 alrubinger alrubinger 4096 2008-09-24 06:10 maven-jboss-as-build
drwxrwxr-x 7 alrubinger alrubinger 4096 2008-10-21 21:50 maven-jboss-as-common
drwxrwxr-x 7 alrubinger alrubinger 4096 2008-10-21 21:55 maven-jboss-as-control-example
drwxrwxr-x 7 alrubinger alrubinger 4096 2008-10-21 21:50 maven-jboss-as-control-plugin
drwxrwxr-x 7 alrubinger alrubinger 4096 2008-10-02 05:34 maven-jboss-ejb3-testrunner-plugin
drwxrwxr-x 4 alrubinger alrubinger 4096 2008-09-15 11:15 maven-jboss-license-plugin
drwxrwxr-x 12 alrubinger alrubinger 4096 2008-10-21 21:49 maven-jboss-surefire
-rw-rw-r-- 1 alrubinger alrubinger 1229 2008-10-21 21:35 pom.xml
Those prefixed with "maven-jboss-as" should be in their own tree
--
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, 6 months
[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, 6 months