[ https://jira.codehaus.org/browse/MWAR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=289239#comment-289239 ]
Kristian Rosenvold commented on MWAR-248: ----------------------------------------- We'll have to go to plexus-archiver 2.1 for this one before releasing. 2.0.2 contains a file-mode bug that hits linux systems when unzipping archives with unspecified file permissions. I can push war-release together with archiver "tomorrow". > Plugin warns about missing webxml attribute even if one exists > -------------------------------------------------------------- > > Key: MWAR-248 > URL: https://jira.codehaus.org/browse/MWAR-248 > Project: Maven 2.x WAR Plugin > Issue Type: Bug > Affects Versions: 2.1.1 > Reporter: Gili > Assignee: Dennis Lundberg > Fix For: 2.1.2 > > 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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira