The following issue has been updated:
Updater: dion gillard (mailto:[EMAIL PROTECTED])
Date: Wed, 8 Oct 2003 11:25 AM
Changes:
Fix Version changed to 1.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-878&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-878
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-878
Summary: enabling javadoc for maven.compile.src.set
Type: Improvement
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-javadoc
Fix Fors:
1.1
Assignee:
Reporter: Nathan Coast
Created: Thu, 2 Oct 2003 2:47 AM
Updated: Wed, 8 Oct 2003 11:25 AM
Description:
patch for the javadoc plugin to generate javadoc for the maven.compile.src.set in
addition to the pom.build.sourceDirectory
In some projects all of the java sources are generated rather than located in the
pom.build.sourceDirectory - doesn't mean I don't want them javadoced.
<ant:javadoc
packagenames="${pom.package}.*"
destdir="${maven.javadoc.destdir}"
............
............
sourcepathref="maven.compile.src.set">
I've tested by re-running maven site on the maven source without any problems.
cheers
Nathan
---------------------------------------------------------------------
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]