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/14 16:22:59 UTC

svn commit: r685913 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: bentmann
Date: Thu Aug 14 07:22:58 2008
New Revision: 685913

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

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

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=685913&r1=685912&r2=685913&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Thu Aug 14 07:22:58 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Ear plugin</name>
+  <description>Generates a J2EE Enterprise Archive (EAR) file.</description>
 
   <prerequisites>
     <maven>2.0</maven>