You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/03/18 15:15:54 UTC

svn commit: r1082931 - /myfaces/portlet-bridge/core/trunk_3.0.x/pom.xml

Author: bommel
Date: Fri Mar 18 14:15:54 2011
New Revision: 1082931

URL: http://svn.apache.org/viewvc?rev=1082931&view=rev
Log:
added rat plugin configuration

Modified:
    myfaces/portlet-bridge/core/trunk_3.0.x/pom.xml

Modified: myfaces/portlet-bridge/core/trunk_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk_3.0.x/pom.xml?rev=1082931&r1=1082930&r2=1082931&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk_3.0.x/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk_3.0.x/pom.xml Fri Mar 18 14:15:54 2011
@@ -280,6 +280,20 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.7</version>
+            <configuration>
+              <excludes>
+                <exclude>src/site/resources/css/png-fix.htc</exclude>
+              </excludes>
+            </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
   
   <profiles>