[ http://jira.codehaus.org/browse/MWAR-66?page=comments#action_74234 ] 
            
Martin Zeltner commented on MWAR-66:
------------------------------------

What's the current state of this issue? Is it already solved and checked-in in 
SVN? From my point of view this issue is a blocker. I've found a mailing list 
thread that explains the problem in detail too (see 
http://mail-archives.apache.org/mod_mbox/maven-users/200608.mbox/[EMAIL 
PROTECTED]).

> 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