diff --git a/maven-plugin-tools-generators/pom.xml b/maven-plugin-tools-generators/pom.xml index f9111b0..984954b 100644 --- a/maven-plugin-tools-generators/pom.xml +++ b/maven-plugin-tools-generators/pom.xml @@ -31,7 +31,10 @@ maven-plugin-tools-generators Maven Plugin Tools Generators - The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from plugin descriptor. + + The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from + plugin descriptor extracted from plugin sources. + diff --git a/pom.xml b/pom.xml index a9c7cca..f9556c5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,10 @@ pom Maven Plugin Tools - The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages. + + 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. + http://maven.apache.org/plugin-tools/ 2004 diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index a80f827..8a7ede6 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -33,7 +33,7 @@
-

The Maven Plugin Tools contains the necessary tools to play with Maven Plugins.

+

${project.description}

@@ -69,7 +69,7 @@ maven-plugin-tools-generators - Generators (descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor. + Generators (XML descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor extracted from sources. maven-plugin-tools-api