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 2007/07/10 13:28:57 UTC

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

Author: matzew
Date: Tue Jul 10 04:28:52 2007
New Revision: 554907

URL: http://svn.apache.org/viewvc?view=rev&rev=554907
Log:
added doap-plugin (TRINIDAD-7)
not yet activated!

Modified:
    myfaces/trinidad/trunk/trinidad/pom.xml

Modified: myfaces/trinidad/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/pom.xml?view=diff&rev=554907&r1=554906&r2=554907
==============================================================================
--- myfaces/trinidad/trunk/trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/pom.xml Tue Jul 10 04:28:52 2007
@@ -342,6 +342,17 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
       </plugin>
+      <!--plugin>
+        <inherited>false</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <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-->
     </plugins>
   </reporting>
 <!--  I'm not having any luck getting checkstyle to actually