Author: bentmann
Date: Tue May 13 09:50:20 2008
New Revision: 655945
URL: http://svn.apache.org/viewvc?rev=655945&view=rev
Log:
o Stated default scope for @requiresDependencyResolution (i.e. runtime)
Modified:
maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
Modified: maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml?rev=655945&r1=655944&r2=655945&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
(original)
+++ maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml Tue
May 13 09:50:20 2008
@@ -455,8 +455,9 @@
<td>@requiresDependencyResolution <requiredScope></td>
<td>No</td>
<td>Flags this Mojo as requiring the dependencies in the specified
scope (or an implied scope)
- to be resolved before it can execute. <i>NOTE: Currently supports
<b>compile</b> ,
- <b>runtime</b> , and <b>test</b> scopes. </i>
+ to be resolved before it can execute. Currently supports
<code>compile</code>,
+ <code>runtime</code>, and <code>test</code> scopes. If this
annotation is present but no scope
+ is specified, the scope defaults to <code>runtime</code>.
</td>
</tr>
<tr>