Author: hboutemy Date: Mon May 21 20:14:35 2012 New Revision: 1341187 URL: http://svn.apache.org/viewvc?rev=1341187&view=rev Log: improved name and description
Modified: maven/plugin-tools/trunk/maven-script/pom.xml Modified: maven/plugin-tools/trunk/maven-script/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/pom.xml?rev=1341187&r1=1341186&r2=1341187&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-script/pom.xml (original) +++ maven/plugin-tools/trunk/maven-script/pom.xml Mon May 21 20:14:35 2012 @@ -29,7 +29,8 @@ under the License. <artifactId>maven-script</artifactId> <packaging>pom</packaging> - <name>Maven Script Support Root</name> + <name>Maven Script Mojo Support</name> + <description>Maven Script Mojo Support lets developer write Maven plugins/goals with scripting languages instead of compiled Java.</description> <modules> <module>maven-script-ant</module>