[
https://jira.codehaus.org/browse/MJAVADOC-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Herve Boutemy closed MJAVADOC-313.
----------------------------------
Resolution: Not A Bug
Dennis gave the answer
> unable to generate java docs along with docCheck docs for a project, i am
> getting only doccheck reports
> --------------------------------------------------------------------------------------------------------
>
> Key: MJAVADOC-313
> URL: https://jira.codehaus.org/browse/MJAVADOC-313
> Project: Maven 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.
> {code:xml}<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>{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)