Maven is installing artifacts with the wrong extension and in some cases not even installing artfiacts it should be installing ------------------------------------------------------------------------------------------------------------------------------
Key: MNG-4114 URL: http://jira.codehaus.org/browse/MNG-4114 Project: Maven 2 Issue Type: Bug Components: Artifacts and Repositories Affects Versions: 2.1.0 Reporter: Jason Chaffee Priority: Blocker Attachments: assembly.xml, pom.xml I have a pom has packaging of jar and it also is using the assembly plugin to attach tar.gz and zip artifacts. Everything is crated in the target directory correctly, but what is installed is no where close to correct. First, the only that is installed is a jar file. However, it isn't the actually built jar file in the target directory, instead it has the contents that were created by the assembly plugin. So, it is actally the zip file installed as a jar file. Therefore, none of the artifacts are installed correctly. I have attached an example pom. This seems to be closely related http://jira.codehaus.org/browse/MNG-2426 -- 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