[ 
http://jira.codehaus.org/browse/MEAR-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sairam Rekapalli updated MEAR-72:
---------------------------------

    Attachment: maven-ear-plugin.patch

Please apply the patch at your convenience. 

It adds the module-order element if specified in the POM to jboss-app.xml.

<!--
 The value of the module-order could be implicit or strict
 <module-order>strict</module-order>
        or 
 <module-order>implicit</module-order>
 The strict value indicates that the deployments of the modules will 
 be done in the order that would be specified in the application.xml 
 and jboss-app.xml file . 
 The implicit value indicates the deployment would follow the order 
 which would be specified in the DeploymentSorter.
 The default order will be implicit to support backward compatibility
--> 
<!ELEMENT module-order (#PCDATA)>


> Support For Jboss Configuration to include module-order attribute
> -----------------------------------------------------------------
>
>                 Key: MEAR-72
>                 URL: http://jira.codehaus.org/browse/MEAR-72
>             Project: Maven 2.x Ear Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.3
>            Reporter: Sairam Rekapalli
>         Attachments: maven-ear-plugin.patch
>
>
> Currently module-order attribute for Jboss is not recognized by the plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to