unable to generate java docs along with docCheck docs for a project, i am
getting only doccheck reports
--------------------------------------------------------------------------------------------------------
Key: MJAVADOC-313
URL: http://jira.codehaus.org/browse/MJAVADOC-313
Project: Maven 2.x Javadoc Plugin
Issue Type: Bug
Affects Versions: 2.7
Environment: windows xp,maven 2 and jdk 1.5
Reporter: MOHAN RAO CHALLAGONDA
In My project i need check the javadoc commments missing and also generate
javadoc for sroucre i.e. i need docCheck reports and javadoc reports but i am
getting only doccheck Reports.
Here is i am my pom.xml piece of code.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<configuration>
<doclet>com.sun.tools.doclets.doccheck.DocCheck</doclet>
<docletArtifact>
<groupId>com.sun.tools.doclets</groupId>
<artifactId>doccheck</artifactId>
<version>1.2b2</version>
</docletArtifact>
<destDir>doccheck</destDir>
<additionalparam>-d
.</additionalparam>
<name>DocCheck</name>
<description>DocCheck
documentation.</description>
<useStandardDocletOptions>false</useStandardDocletOptions>
</configuration>
</plugin>
</plugins>
</build>
--
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