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 2014/12/29 00:11:43 UTC

svn commit: r1648270 - in /maven/plugin-tools/trunk: maven-plugin-tools-api/pom.xml maven-plugin-tools-java/pom.xml maven-plugin-tools-javadoc/pom.xml pom.xml src/site/xdoc/index.xml

Author: hboutemy
Date: Sun Dec 28 23:11:42 2014
New Revision: 1648270

URL: http://svn.apache.org/r1648270
Log:
improved documentation

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
    maven/plugin-tools/trunk/pom.xml
    maven/plugin-tools/trunk/src/site/xdoc/index.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml?rev=1648270&r1=1648269&r2=1648270&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml Sun Dec 28 23:11:42 2014
@@ -30,8 +30,8 @@
 
   <artifactId>maven-plugin-tools-api</artifactId>
 
-  <name>Maven Plugin Tools APIs</name>
-  <description>The Maven Plugin Tools API provides an API to extract descriptor information from Maven Plugins.</description>
+  <name>Maven Plugin Tools Extractor API</name>
+  <description>The Maven Plugin Tools Extractor API provides an API to extract descriptor information from Maven Plugins.</description>
 
   <dependencies>
     <!-- maven -->

Modified: maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml?rev=1648270&r1=1648269&r2=1648270&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml Sun Dec 28 23:11:42 2014
@@ -30,7 +30,7 @@
 
   <artifactId>maven-plugin-tools-java</artifactId>
 
-  <name>Maven Plugin Tool for Java with Mojo Javadoc Tags</name>
+  <name>Maven Plugin Tool for Java with Javadoc Tags</name>
   <description>Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.</description>
 
   <dependencies>

Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml?rev=1648270&r1=1648269&r2=1648270&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml Sun Dec 28 23:11:42 2014
@@ -30,9 +30,9 @@
 
   <artifactId>maven-plugin-tools-javadoc</artifactId>
 
-  <name>Maven Plugin Tools Javadoc</name>
+  <name>Maven Plugin Tools Javadoc Taglets</name>
   <description>
-    The Maven Plugin Tools Javadoc provides several Javadoc taglets to be used when generating Javadoc from
+    The Maven Plugin Tools Javadoc Taglets provides several Javadoc taglets to be used when generating Javadoc from
     java sources annotated with Mojo Javadoc Tags.
   </description>
   <inceptionYear>2008</inceptionYear>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1648270&r1=1648269&r2=1648270&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun Dec 28 23:11:42 2014
@@ -63,17 +63,17 @@
   </prerequisites>
 
   <modules>
-    <module>maven-script</module>
+    <module>maven-plugin-plugin</module>
     <module>maven-plugin-tools-generators</module>
     <module>maven-plugin-tools-api</module>
     <module>maven-plugin-tools-java</module>
+    <module>maven-plugin-tools-annotations</module>
     <module>maven-plugin-tools-javadoc</module>
     <module>maven-plugin-annotations</module>
-    <module>maven-plugin-tools-annotations</module>
     <module>maven-plugin-tools-ant</module>
     <module>maven-plugin-tools-beanshell</module>
     <module>maven-plugin-tools-model</module>
-    <module>maven-plugin-plugin</module>
+    <module>maven-script</module>
   </modules>
 
   <scm>

Modified: maven/plugin-tools/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/xdoc/index.xml?rev=1648270&r1=1648269&r2=1648270&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/xdoc/index.xml (original)
+++ maven/plugin-tools/trunk/src/site/xdoc/index.xml Sun Dec 28 23:11:42 2014
@@ -33,8 +33,9 @@
 
     <section name="Maven Plugin Tools">
 
-      <p>The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in scripting languages
-    and to generate rebarbative content like descriptor, help and documentation.</p>
+      <p>The Maven Plugin Tools contains the necessary tools to generate rebarbative content like descriptor,
+      help and documentation. In addition, it provides tools to write Maven Plugins in scripting languages
+      like Ant or Beanshell.</p>
 
       <p>
         <img src="images/plugin-tools-deps.png" width="826" height="491" border="0" usemap="#PluginTools_dependencies" />
@@ -82,7 +83,7 @@
         </tr>      
         <tr>
           <td>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./maven-plugin-tools-javadoc/index.html">maven-plugin-tools-javadoc</a></td>
-          <td>Provides the support of Mojo Javadoc Tags in the Javadoc Tool.</td>
+          <td>Provides doclets to support Mojo Javadoc Tags in the Javadoc Tool.</td>
         </tr>      
         <tr>
           <td>&nbsp;&nbsp;<a href="./maven-plugin-tools-annotations/index.html">maven-plugin-tools-annotations</a></td>