context.xml is not copied into war anymore
------------------------------------------

                 Key: MWAR-99
                 URL: http://jira.codehaus.org/browse/MWAR-99
             Project: Maven 2.x War Plugin
          Issue Type: Bug
    Affects Versions: 2.0.2
            Reporter: Aaron Digulla


When I add this line to the config:

{code}
<containerConfigXML>${basedir}/webapp/META-INF/context.xml</containerConfigXML>
{code}

I can see that the plugin takes the parameter into account:

{code}
[DEBUG]   (s) containerConfigXML = 
D:\workspace\GktGwt\webapp\META-INF\context.xml
{code}

but the resulting war file doesn't contain a context.xml file in META-INF/. I 
also don't see "adding entry " in the debug output so my guess is that 
something removes this entry.

I also cannot add this entry via dependentWarIncludes or webResources which 
suggests that there is an invisible filter which just trows all these items 
away.

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