mirror of https://github.com/apache/maven.git
[MNG-565]. Add missing requireDependency tag
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@210141 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9985c8f364
commit
4a0a96f918
|
@ -44,6 +44,7 @@ import org.codehaus.plexus.util.cli.DefaultConsumer;
|
||||||
* This class provides the Javadoc report support.
|
* This class provides the Javadoc report support.
|
||||||
*
|
*
|
||||||
* @goal javadoc
|
* @goal javadoc
|
||||||
|
* @requiresDependencyResolution compile
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>
|
* @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>
|
||||||
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
|
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
|
||||||
|
@ -737,7 +738,7 @@ public class JavadocReport
|
||||||
catch ( Exception e )
|
catch ( Exception e )
|
||||||
{
|
{
|
||||||
getLog().debug( e );
|
getLog().debug( e );
|
||||||
throw new MavenReportException( "An error is occurred in javadoc report generation.", e );
|
throw new MavenReportException( "An error has occurred in javadoc report generation.", e );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue