Author: hboutemy Date: Mon May 21 22:45:48 2012 New Revision: 1341243 URL: http://svn.apache.org/viewvc?rev=1341243&view=rev Log: added descriptions
Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml?rev=1341243&r1=1341242&r2=1341243&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml (original) +++ maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml Mon May 21 22:45:48 2012 @@ -29,6 +29,7 @@ under the License. <artifactId>maven-script-ant</artifactId> <name>Maven Ant Mojo Support</name> + <description>Maven Ant Mojo Support, ie write Maven plugins with Ant scripts.</description> <dependencies> <dependency> Modified: maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml?rev=1341243&r1=1341242&r2=1341243&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml (original) +++ maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml Mon May 21 22:45:48 2012 @@ -29,6 +29,7 @@ under the License. <artifactId>maven-script-beanshell</artifactId> <name>Maven Beanshell Mojo Support</name> + <description>Maven Beanshell Mojo Support, ie write Maven plugins with Beanshell scripts.</description> <dependencies> <dependency>