[ 
https://issues.apache.org/jira/browse/MJAVADOC-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957674#comment-17957674
 ] 

Olivier Lamy commented on MJAVADOC-313:
---------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-javadoc-plugin#609|https://github.com/apache/maven-javadoc-plugin/issues/609].
 

> unable to generate java docs along with docCheck docs for a project, i am 
> getting only doccheck reports 
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MJAVADOC-313
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-313
>             Project: Maven Javadoc Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>    Affects Versions: 2.7
>         Environment: windows xp,maven 2 and jdk 1.5
>            Reporter: MOHAN RAO CHALLAGONDA
>            Priority: Major
>
> 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
(v8.20.10#820010)

Reply via email to