[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:
Emmanuel Venisse 2005-07-11 14:28:54 +00:00
parent 9985c8f364
commit 4a0a96f918
1 changed files with 2 additions and 1 deletions

View File

@ -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 );
} }
} }