mvn site:site generates empty javadoc report
--------------------------------------------
Key: MNG-1411
URL: http://jira.codehaus.org/browse/MNG-1411
Project: Maven 2
Type: Bug
Components: maven-site-plugin
Reporter: Boris Boehlen
When I invoke mvn site:site an empty report for javadoc is generated. The
reporting section of the POM looks like.
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</reporting>
If I invoke "mvn javadoc:javadoc" the Javadoc is generated properly under
target/javadoc/...
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]