artifact extension set incorrectly in a multi-module build ----------------------------------------------------------
Key: MWAR-59 URL: http://jira.codehaus.org/browse/MWAR-59 Project: Maven 2.x War Plugin Type: Bug Versions: 2.0, 2.0.1 Reporter: Brett Porter Fix For: 2.0.2 from the list... unfortunately [MWAR-38] is not fully fixed - It still does not work in a multi-module build. We do have here the following structure: root jarmodule ejb webapp Running a "mvn package" inside the webapp module, the EJB-Client jar from the ejb module is resolved correctly and copied to WEB-INF/lib with the correct ".jar" ending. Running the "mvn package" from the root module, the ejb-client jar from the ejb module is resolved but copied with a ".ejb-client" ending, and not with ".jar". You can test this by using the "daytrader" example from the Maven book. -- 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