Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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

   Assignee: 
   Reporter: Nathan Coast

    Created: Thu, 2 Oct 2003 2:47 AM
    Updated: Thu, 2 Oct 2003 2:47 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]

Reply via email to