Author: buildbot
Date: Sat Jul 20 06:56:32 2013
New Revision: 870229
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 06:56:32 2013
@@ -1 +1 @@
-1505097
+1505098
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 06:56:32 2013
@@ -255,9 +255,9 @@ Olivier Lamy" />
<h2>Introduction<a name="Introduction"></a></h2>
<p>This guide is intended to assist users in developing Java plugins for Maven
2.0.</p>
<div class="section">
-<h3>Important Notice : <a
name="Plugin_Naming_Convention_and_Apache_Maven_Trademark">Plugin Naming
Convention and Apache Maven Trademark</a><a
name="Important_Notice_:_Plugin_Naming_Convention_and_Apache_Maven_Trademark"></a></h3>
-<p>You will typically name your plugin <tt>yourplugin-maven-plugin</tt>.</p>
-<p>Calling it <tt>maven-yourplugin-plugin</tt> (note "Maven" is at
the beginning of the plugin name) is <b>strongly discouraged</b> since it's a
<tt>reserved naming pattern for official Apache Maven plugins</tt>. Using this
pattern is an infringement of the Apache Maven Trademark.</p></div>
+<h3>Important Notice: <a
name="Plugin_Naming_Convention_and_Apache_Maven_Trademark">Plugin Naming
Convention and Apache Maven Trademark</a><a
name="Important_Notice:_Plugin_Naming_Convention_and_Apache_Maven_Trademark"></a></h3>
+<p>You will typically name your plugin
<tt><yourplugin>-maven-plugin</tt>.</p>
+<p>Calling it <tt>maven-<yourplugin>-plugin</tt> (note "Maven"
is at the beginning of the plugin name) is <b>strongly discouraged</b> since
it's a <b>reserved naming pattern for official Apache Maven plugins</b>. Using
this pattern is an infringement of the Apache Maven Trademark.</p></div>
<div class="section">
<h3>Your First Plugin<a name="Your_First_Plugin"></a></h3>
<p>In this section we will build a simple plugin which takes no parameters and
simply displays a message on the screen when run. Along the way, we will cover
the basics of setting up a project to create a plugin, the minimal contents of
a Java mojo, and a couple ways to execute the mojo.</p>
Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.