Author: buildbot
Date: Fri Feb 26 15:44:23 2016
New Revision: 981223

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 Fri Feb 26 15:44:23 2016
@@ -1 +1 @@
-1732503
+1732505

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
 Fri Feb 26 15:44:23 2016
@@ -651,7 +651,7 @@ public class GreetingMojo extends Abstra
 <p>The portion before the annotations is the description of the parameter. The 
<tt>parameter</tt> annotation identifies the variable as a mojo parameter. The 
<tt>defaultValue</tt> parameter of the annotation defines the default value for 
the variable. This value can include expressions which reference the project, 
such as &quot;<tt>${project.version}</tt>&quot; (more can be found in the <a 
class="externalLink" 
href="http://maven.apache.org/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html";>&quot;Parameter
 Expressions&quot; document</a>). The <tt>property</tt> parameter can be used 
to allow configuration of the mojo parameter from the command line by 
referencing a system property that the user sets via the <tt>-D</tt> 
option.</p></div>
 <div class="section">
 <h4><a name="Configuring_Parameters_in_a_Project"></a>Configuring Parameters 
in a Project</h4>
-<p>Configuring the parameter values for a plugin is done in a Maven 2 project 
within the <tt>pom.xml</tt> file as part of defining the plugin in the project. 
An example of configuring a plugin:</p>
+<p>Configuring the parameter values for a plugin is done in a Maven project 
within the <tt>pom.xml</tt> file as part of defining the plugin in the project. 
An example of configuring a plugin:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;plugin&gt;
   &lt;groupId&gt;sample.plugin&lt;/groupId&gt;
   &lt;artifactId&gt;hello-maven-plugin&lt;/artifactId&gt;

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


Reply via email to