[ 
http://jira.codehaus.org/browse/MWAR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=266345#action_266345
 ] 

Anders Hammar edited comment on MWAR-248 at 5/11/11 5:16 AM:
-------------------------------------------------------------

It's also confusing the way the attributes are mentioned. Seeing this warning I 
thought it was talking about war plugin params.

Also, to add on this, the statement of the included web.xml being ignored is 
invalid. In my project the web.xml is used.

      was (Author: afloom):
    It's also confusing the way the attributes are mentioned. Seeing this 
warning I thought it was talking about war plugin params.
  
> Plugin warns about missing webxml attribute even if one exists
> --------------------------------------------------------------
>
>                 Key: MWAR-248
>                 URL: http://jira.codehaus.org/browse/MWAR-248
>             Project: Maven 2.x WAR Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Gili
>         Attachments: debug.log
>
>
> I am attaching a debug log that clearly demonstrates how the WAR plugin warns 
> about a missing webxml attribute which exists. I am attempting to let the 
> plugin know that the web.xml file it is encountering is the same one 
> specified by the webxml attribute.
> My pom file contains:
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-war-plugin</artifactId>
>         <version>2.1.1</version>
>         <configuration>
>           <failOnMissingWebXml>true</failOnMissingWebXml>
>           <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
>         </configuration>
>       </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