mirror of https://github.com/apache/maven.git
PR: MNG-1199
Submitted by: Allan Ramirez correct docletpath argument git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79058b9388
commit
0a31c4eccb
|
@ -725,7 +725,7 @@ public class JavadocReport
|
|||
if ( !StringUtils.isEmpty( doclet ) )
|
||||
{
|
||||
addArgIfNotEmpty( arguments, "-doclet", quotedArgument( doclet ) );
|
||||
addArgIfNotEmpty( arguments, "-docletPath", quotedPathArgument( docletPath ) );
|
||||
addArgIfNotEmpty( arguments, "-docletpath", quotedPathArgument( docletPath ) );
|
||||
}
|
||||
addArgIfNotEmpty( arguments, "-encoding", quotedArgument( encoding ) );
|
||||
addArgIfNotEmpty( arguments, "-extdirs", quotedPathArgument( extdirs ) );
|
||||
|
|
Loading…
Reference in New Issue