Author: buildbot
Date: Sat Jul 20 07:08:40 2013
New Revision: 870230

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 20 07:08:40 2013
@@ -1 +1 @@
-1505098
+1505101

Modified: 
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
==============================================================================
--- 
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
 (original)
+++ 
websites/staging/maven/trunk/content/guides/plugin/guide-java-plugin-development.html
 Sat Jul 20 07:08:40 2013
@@ -264,7 +264,7 @@ Olivier Lamy" />
 <div class="section">
 <h4>Your First Mojo<a name="Your_First_Mojo"></a></h4>
 <p>At its simplest, a Java mojo consists simply of a single class. There is no 
requirement for multiple classes like EJBs, although a plugin which contains a 
number of similar mojos is likely to use an abstract superclass for the mojos 
to consolidate code common to all mojos.</p>
-<p>When processing the source tree to find mojos, the class 
<tt>org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor</tt>
 looks for classes with a &quot;<tt>goal</tt>&quot; annotation on the class. 
Any class with this annotation are included in the plugin configuration 
file.</p>
+<p>When processing the source tree to find mojos, <a href="/plugin-tools/"> 
<tt>plugin-tools</tt></a> looks for classes with either <tt>@Mojo</tt> Java 5 
annotation or &quot;<tt>goal</tt>&quot; javadoc annotation. Any class with this 
annotation are included in the plugin configuration file.</p>
 <div class="section">
 <h5>A Simple Mojo<a name="A_Simple_Mojo"></a></h5>
 <p>Listed below is a simple mojo class which has no parameters. This is about 
as simple as a mojo can be. After the listing is a description of the various 
parts of the source.</p>
@@ -337,7 +337,7 @@ public class GreetingMojo extends Abstra
 &lt;/project&gt;</pre></div></div>
 <div class="section">
 <h4>Build Goals<a name="Build_Goals"></a></h4>
-<p>There are few goals which are defined with the Maven plugin packaging as 
part of a standard build lifecycle:</p>
+<p>There are few goals which are defined with the <tt>maven-plugin</tt> 
packaging as part of a standard build lifecycle:</p>
 <table border="1" class="bodyTable">
 <tr class="a">
 <td align="left"><tt>compile</tt></td>

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.


Reply via email to