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/11/30 22:52:56 UTC

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

Author: matzew
Date: Fri Nov 30 13:52:55 2007
New Revision: 599974

URL: http://svn.apache.org/viewvc?rev=599974&view=rev
Log:
a maven fix...

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?rev=599974&r1=599973&r2=599974&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad/pom.xml Fri Nov 30 13:52:55 2007
@@ -232,6 +232,7 @@
           <artifactId>maven-tagdoc-plugin</artifactId>
           <version>${trinidad-plugins.version}</version>
         </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
@@ -243,7 +244,6 @@
             <compilerArgument>-Xlint:all,-serial,-fallthrough</compilerArgument>
           </configuration>
         </plugin>
-
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
@@ -339,6 +339,10 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>