You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2014/06/08 10:32:10 UTC

[jira] (MJAVADOC-313) unable to generate java docs along with docCheck docs for a project, i am getting only doccheck reports

     [ 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)