improved documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648270 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-12-28 23:11:42 +00:00
parent b0fd53aaa7
commit 99359ef1b6
5 changed files with 12 additions and 11 deletions

View File

@ -30,8 +30,8 @@
<artifactId>maven-plugin-tools-api</artifactId> <artifactId>maven-plugin-tools-api</artifactId>
<name>Maven Plugin Tools APIs</name> <name>Maven Plugin Tools Extractor API</name>
<description>The Maven Plugin Tools API provides an API to extract descriptor information from Maven Plugins.</description> <description>The Maven Plugin Tools Extractor API provides an API to extract descriptor information from Maven Plugins.</description>
<dependencies> <dependencies>
<!-- maven --> <!-- maven -->

View File

@ -30,7 +30,7 @@
<artifactId>maven-plugin-tools-java</artifactId> <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> <description>Descriptor extractor for plugins written in Java annotated with Mojo Javadoc Tags.</description>
<dependencies> <dependencies>

View File

@ -30,9 +30,9 @@
<artifactId>maven-plugin-tools-javadoc</artifactId> <artifactId>maven-plugin-tools-javadoc</artifactId>
<name>Maven Plugin Tools Javadoc</name> <name>Maven Plugin Tools Javadoc Taglets</name>
<description> <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. java sources annotated with Mojo Javadoc Tags.
</description> </description>
<inceptionYear>2008</inceptionYear> <inceptionYear>2008</inceptionYear>

View File

@ -63,17 +63,17 @@
</prerequisites> </prerequisites>
<modules> <modules>
<module>maven-script</module> <module>maven-plugin-plugin</module>
<module>maven-plugin-tools-generators</module> <module>maven-plugin-tools-generators</module>
<module>maven-plugin-tools-api</module> <module>maven-plugin-tools-api</module>
<module>maven-plugin-tools-java</module> <module>maven-plugin-tools-java</module>
<module>maven-plugin-tools-annotations</module>
<module>maven-plugin-tools-javadoc</module> <module>maven-plugin-tools-javadoc</module>
<module>maven-plugin-annotations</module> <module>maven-plugin-annotations</module>
<module>maven-plugin-tools-annotations</module>
<module>maven-plugin-tools-ant</module> <module>maven-plugin-tools-ant</module>
<module>maven-plugin-tools-beanshell</module> <module>maven-plugin-tools-beanshell</module>
<module>maven-plugin-tools-model</module> <module>maven-plugin-tools-model</module>
<module>maven-plugin-plugin</module> <module>maven-script</module>
</modules> </modules>
<scm> <scm>

View File

@ -33,8 +33,9 @@
<section name="Maven Plugin Tools"> <section name="Maven Plugin Tools">
<p>The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in scripting languages <p>The Maven Plugin Tools contains the necessary tools to generate rebarbative content like descriptor,
and to generate rebarbative content like descriptor, help and documentation.</p> help and documentation. In addition, it provides tools to write Maven Plugins in scripting languages
like Ant or Beanshell.</p>
<p> <p>
<img src="images/plugin-tools-deps.png" width="826" height="491" border="0" usemap="#PluginTools_dependencies" /> <img src="images/plugin-tools-deps.png" width="826" height="491" border="0" usemap="#PluginTools_dependencies" />
@ -82,7 +83,7 @@
</tr> </tr>
<tr> <tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;<a href="./maven-plugin-tools-javadoc/index.html">maven-plugin-tools-javadoc</a></td> <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>
<tr> <tr>
<td>&nbsp;&nbsp;<a href="./maven-plugin-tools-annotations/index.html">maven-plugin-tools-annotations</a></td> <td>&nbsp;&nbsp;<a href="./maven-plugin-tools-annotations/index.html">maven-plugin-tools-annotations</a></td>