You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/01/16 16:44:18 UTC

svn commit: r899983 - /myfaces/trinidad/trunk/pom.xml

Author: matzew
Date: Sat Jan 16 15:44:18 2010
New Revision: 899983

URL: http://svn.apache.org/viewvc?rev=899983&view=rev
Log:
added another reporting plugin

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=899983&r1=899982&r2=899983&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Sat Jan 16 15:44:18 2010
@@ -574,6 +574,18 @@
       </plugin>
 
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <version>1.0</version>
+        <configuration>
+          <category>web-framework</category>
+          <language>Java</language>
+          <shortdesc>Set of user interface components based on JSF.</shortdesc>
+          <pmc>http://myfaces.apache.org</pmc>
+        </configuration>
+      </plugin>
+
+      <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.3</version>
         <configuration>