Eric Charles created MJAR-163: --------------------------------- Summary: maven jar plugin fails if bundle plugin defined in type 'pom' Key: MJAR-163 URL: https://jira.codehaus.org/browse/MJAR-163 Project: Maven 2.x JAR Plugin Issue Type: Bug Affects Versions: 2.4 Reporter: Eric Charles Attachments: pom.xml
I have the same issue as the one posted here: http://markmail.org/message/mjsn2xozkcesethl Running 'mvn install' on the attached pom give: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (jar) on project test: Error assembling JAR: Manifest file: /Users/eric/wrk/spc/aos/test/target/osgi/MANIFEST.MF does not exist. -> [Help 1] Yes, no class to process in a pom, but I would expect maven-jar-plugin to play nice (ignore the abscence of osgi/... file) in such a case. -- 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