Author: vsiveton
Date: Sat Jan  5 05:06:22 2008
New Revision: 609136

URL: http://svn.apache.org/viewvc?rev=609136&view=rev
Log:
o updated mojo annotations

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=609136&r1=609135&r2=609136&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 Sat 
Jan  5 05:06:22 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1" ?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -445,7 +445,12 @@
           </tr>
           <tr>
             <td>execute</td>
-            <td>@execute [phase=&lt;phaseName&gt;|goal=&lt;goalName&gt;] 
[lifecycle=&lt;lifecycleId&gt;]</td>
+            <td><ul>
+              <li>@execute phase="&lt;phaseName&gt;" 
lifecycle="&lt;lifecycleId&gt;"</li>
+              <li>@execute phase="&lt;phaseName&gt;"</li>
+              <li>@execute goal="&lt;goalName&gt;"</li>
+            </ul>
+            </td>
             <td>No</td>
             <td>When this goal is invoked, it will first invoke a parallel 
lifecycle, ending at the given phase.
               If a goal is provided instead of a phase, that goal will be 
executed in isolation. The execution of either
@@ -472,6 +477,19 @@
                 scopes.
               </i>
             </td>
+          </tr>
+          <tr>
+            <td>requiresProject</td>
+            <td>@requiresProject</td>
+            <td>No. Default: true</td>
+            <td>Flags this Mojo to run inside of a project.</td>
+          </tr>
+          <tr>
+            <td>aggregator</td>
+            <td>@aggregator</td>
+            <td>No</td>
+            <td>Flags this Mojo to run it in a multi module way, i.e. 
aggregate the build with the
+              set of projects listed as modules.</td>
           </tr>
           <tr>
             <td>description</td>


Reply via email to