You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/20 20:13:13 UTC

svn commit: r613659 - /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml

Author: skitching
Date: Sun Jan 20 11:13:12 2008
New Revision: 613659

URL: http://svn.apache.org/viewvc?rev=613659&view=rev
Log:
Add project description for use in site.

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml?rev=613659&r1=613658&r2=613659&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-faces-plugin/pom.xml Sun Jan 20 11:13:12 2008
@@ -30,6 +30,10 @@
   <artifactId>myfaces-faces-plugin</artifactId> 
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Faces Plugin</name>
+  <description>
+    A maven plugin that uses metadata input files to generate JSF Component, Validator and Tag classes,
+    together with the associated configuration files (.tld, faces-config.xml, etc).
+  </description>
 
   <build>
     <plugins>