[ http://jira.codehaus.org/browse/MASSEMBLY-146?page=comments#action_75216 ] Frank Cornelis commented on MASSEMBLY-146: ------------------------------------------
The maven-assembly-plugin contains a serious bug concerting dependencies with explicit classifier specified. When you have primary dependency X and another dependency X with classifier javadoc, the assembly plugin is overwriting the primary artifact X with the secondary artifact X-javadoc! Thus you end up with a JAR containing only HTML in case of the javadoc classifier! This one was very difficult to find out for me... lost time on it. Please fix it before you drive other people crazy on it! > Including -javadoc.jars in a package > ------------------------------------ > > Key: MASSEMBLY-146 > URL: http://jira.codehaus.org/browse/MASSEMBLY-146 > Project: Maven 2.x Assembly Plugin > Issue Type: Improvement > Reporter: Frank Cornelis > > Via the maven-javadoc-plugin it's very easy to construct secundary artifact > -javadoc.jars. > How can I include these javadoc JARs in my assembly? -- 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
