Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAVADOC-20 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJAVADOC-20 Summary: Should use ${maven.compile.src.set} instead of ${pom.build.sourceDirectory} Type: Bug Status: Open Priority: Major Original Estimate: 5 minutes Time Spent: Unknown Remaining: 5 minutes Project: maven-javadoc-plugin Assignee: Jason van Zyl Reporter: Jason Chaffee Created: Fri, 20 Feb 2004 3:56 PM Updated: Fri, 20 Feb 2004 3:56 PM Description: The javadoc plugin doesn't create javadocs for all java source that is being compiled. For example, jaxb generated classes are generated to ${maven.build.dir}/jaxb and this path is added to ${maven.compile.src.set} to be used by java:compile. Currently, the jaxb generated classes would not have javadocs created. This can be solved by always using the ${maven.compile.src.set} in the javadoc plugin. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
