You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/08/11 17:02:59 UTC

svn commit: r803145 - /maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml

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 &lt;true|false&gt;</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>