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/04 10:43:14 UTC

svn commit: r682292 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: bentmann
Date: Mon Aug  4 01:43:14 2008
New Revision: 682292

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

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=682292&r1=682291&r2=682292&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Aug  4 01:43:14 2008
@@ -32,6 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Eclipse Plugin</name>
+  <description>The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.</description>
 
   <prerequisites>
     <maven>2.0.1</maven>