You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/09/22 18:33:06 UTC

svn commit: r1388839 - /maven/plugin-tools/trunk/maven-plugin-tools-generators/src/site/site.xml

Author: hboutemy
Date: Sat Sep 22 16:33:06 2012
New Revision: 1388839

URL: http://svn.apache.org/viewvc?rev=1388839&view=rev
Log:
added a reference section with plugin descriptor item

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-generators/src/site/site.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-generators/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-generators/src/site/site.xml?rev=1388839&r1=1388838&r2=1388839&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-generators/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-generators/src/site/site.xml Sat Sep 22 16:33:06 2012
@@ -27,5 +27,8 @@ under the License.
       <item name="Source Xref" href="xref/index.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
+    <menu name="Reference">
+      <item name="Plugin Descriptor" href="http://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
+    </menu>
   </body>
 </project>