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 2012/05/22 00:45:49 UTC

svn commit: r1341243 - in /maven/plugin-tools/trunk/maven-script: maven-script-ant/pom.xml maven-script-beanshell/pom.xml

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>