No control over war overlay order
---------------------------------

                 Key: MWAR-66
                 URL: http://jira.codehaus.org/browse/MWAR-66
             Project: Maven 2.x War Plugin
          Issue Type: Bug
    Affects Versions: 2.0.1
            Reporter: Brian Fox


In order to do proper overlaying of the wars, we must have exact control over 
the order of layering. Currently the wars are specified in the dependencies and 
there's no guarantee to the order. The only solution that comes to mind is 
additional configuration in the war plugin to specify the order like:

<configuration>
   <overlays>
       <overlay>group-artifact-version-type</overlay>
       <overlay>group-artifact-version-type</overlay>
       <overlay>group-artifact-version-type</overlay>
    </overlays>
</configuration>

-- 
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