improved descriptions
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1405607 13f79535-47bb-0310-9956-ffa450edef68master
parent
afe2ca3e3f
commit
134e412a36
|
|
@ -31,7 +31,10 @@
|
|||
<artifactId>maven-plugin-tools-generators</artifactId>
|
||||
|
||||
<name>Maven Plugin Tools Generators</name>
|
||||
<description>The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from plugin descriptor.</description>
|
||||
<description>
|
||||
The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from
|
||||
plugin descriptor extracted from plugin sources.
|
||||
</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
|||
5
pom.xml
5
pom.xml
|
|
@ -33,7 +33,10 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<name>Maven Plugin Tools</name>
|
||||
<description>The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages.</description>
|
||||
<description>
|
||||
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.
|
||||
</description>
|
||||
<url>http://maven.apache.org/plugin-tools/</url>
|
||||
<inceptionYear>2004</inceptionYear>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<section name="Maven Plugin Tools">
|
||||
|
||||
<p>The Maven Plugin Tools contains the necessary tools to play with Maven Plugins.</p>
|
||||
<p>${project.description}</p>
|
||||
|
||||
<p>
|
||||
<img src="images/plugin-tools-deps.png" width="826" height="491" border="0" usemap="#PluginTools_dependencies" />
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="./maven-plugin-tools-generators/index.html">maven-plugin-tools-generators</a></td>
|
||||
<td>Generators (descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor.</td>
|
||||
<td>Generators (XML descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor extracted from sources.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="./maven-plugin-tools-api/index.html">maven-plugin-tools-api</a></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue