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 2010/09/13 12:48:25 UTC

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

Author: bentmann
Date: Mon Sep 13 10:48:25 2010
New Revision: 996490

URL: http://svn.apache.org/viewvc?rev=996490&view=rev
Log:
[MNG-4162] Removal of all reporting logic from the core of Maven

o Marked @requiresReports as unsupported

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=996490&r1=996489&r2=996490&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 Mon Sep 13 10:48:25 2010
@@ -484,7 +484,7 @@ under the License.
           <td>requiresReports</td>
           <td>@requiresReports &lt;true|false&gt;</td>
           <td>No. Default: <code>false</code></td>
-          <td>Flags this Mojo to require reports.</td>
+          <td>Flags this Mojo to require reports. Unsupported since Maven 3.0.</td>
         </tr>
         <tr>
           <td>threadSafe</td>