Author: bentmann
Date: Tue Aug 11 15:02:59 2009
New Revision: 803145
URL: http://svn.apache.org/viewvc?rev=803145&view=rev
Log:
o Fixed documentation about @requiresOnline
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=803145&r1=803144&r2=803145&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
Aug 11 15:02:59 2009
@@ -471,8 +471,8 @@
<tr>
<td>requiresOnline</td>
<td>@requiresOnline <true|false></td>
- <td>No. Default: <code>true</code></td>
- <td>Flags this Mojo to be run in online mode.</td>
+ <td>No. Default: <code>false</code></td>
+ <td>Flags this Mojo to require online mode for its operation.</td>
</tr>
<tr>
<td>requiresProject</td>