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:
Brett Leslie Porter 2005-10-14 04:14:50 +00:00
parent 79058b9388
commit 0a31c4eccb
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ protected void executeReport( Locale locale )
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 ) );