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/11 09:23:46 UTC

svn commit: r555192 - /myfaces/trinidad/trunk/trinidad/trinidad-api/pom.xml

Author: matzew
Date: Wed Jul 11 00:23:43 2007
New Revision: 555192

URL: http://svn.apache.org/viewvc?view=rev&rev=555192
Log:
publish API sources via generated reports, since we are an open source project..

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

Modified: myfaces/trinidad/trunk/trinidad/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/trinidad-api/pom.xml?view=diff&rev=555192&r1=555191&r2=555192
==============================================================================
--- myfaces/trinidad/trunk/trinidad/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/trinidad-api/pom.xml Wed Jul 11 00:23:43 2007
@@ -203,6 +203,12 @@
           <showProtected>true</showProtected>
         </configuration>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>