Dear Maven Users,

I can't get this to work. Looking back at previous posts, it appears there might be a bug.

Do I need to build maven-javadoc-plugin from source? If so, could somebody let me know where this can be found.

What I have is a parent project (pom packaging) and several subprojects (jar packaging), where each subproject's pom.xml inherits from that of the parent.

I put the following in the parent project's pom.xml,

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <aggregate>true</aggregate>
        </configuration>
      </plugin>
    </plugins>
  </reporting>

and did a 'mvn javadoc:javadoc' on this, hoping to generate javadoc for all the subproject packages in one place. However, what I got was javadoc in each of the subproject targets, but an empty target/ javadoc/apidocs/index.html in the parent.

Please could somebody help.

Thanks,

Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to