You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/08/10 22:20:24 UTC

svn commit: r684586 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: bentmann
Date: Sun Aug 10 13:20:23 2008
New Revision: 684586

URL: http://svn.apache.org/viewvc?rev=684586&view=rev
Log:
o Added project description

Modified:
    maven/plugins/trunk/maven-source-plugin/pom.xml

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=684586&r1=684585&r2=684586&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Sun Aug 10 13:20:23 2008
@@ -30,6 +30,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Source Plugin</name>
+  <description>The Maven 2 Source Plugin creates a JAR archive of the source files of the current project.</description>
 
   <prerequisites>
     <maven>2.0</maven>