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/07/15 23:44:42 UTC

svn commit: r1361810 - /maven/shared/trunk/maven-script-interpreter/pom.xml

Author: hboutemy
Date: Sun Jul 15 21:44:42 2012
New Revision: 1361810

URL: http://svn.apache.org/viewvc?rev=1361810&view=rev
Log:
added description

Modified:
    maven/shared/trunk/maven-script-interpreter/pom.xml

Modified: maven/shared/trunk/maven-script-interpreter/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-script-interpreter/pom.xml?rev=1361810&r1=1361809&r2=1361810&view=diff
==============================================================================
--- maven/shared/trunk/maven-script-interpreter/pom.xml (original)
+++ maven/shared/trunk/maven-script-interpreter/pom.xml Sun Jul 15 21:44:42 2012
@@ -25,9 +25,11 @@
     <version>17</version>
     <relativePath>../maven-shared-components/pom.xml</relativePath>
   </parent>
+
   <artifactId>maven-script-interpreter</artifactId>
   <version>1.1-SNAPSHOT</version>
   <name>Maven Script Interpreter</name>
+  <description>This component provides some utilities to interpret/execute some scripts for various implementations: groovy or beanshell.</description>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-script-interpreter</connection>