Author: gmcdonald
Date: Fri Jul 17 05:34:00 2009
New Revision: 794964

URL: http://svn.apache.org/viewvc?rev=794964&view=rev
Log:
update rat plugin details, correct groupId

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=794964&r1=794963&r2=794964&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Fri Jul 17 05:34:00 2009
@@ -17,7 +17,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>
-       <groupId>log4j</groupId>
+       <groupId>org.apache.log4php</groupId>
        <artifactId>apache-log4php</artifactId>
        <packaging>jar</packaging>
        <version>2.0-SNAPSHOT</version>
@@ -206,8 +206,9 @@
                                </executions>
                        </plugin>
                        <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>rat-maven-plugin</artifactId>
+                               <groupId>org.apache.rat</groupId>
+                               <artifactId>apache-rat-plugin</artifactId>
+                               <version>0.6</version>
                        </plugin>
                </plugins>
        </build>
@@ -256,7 +257,13 @@
       
       <plugin>
         <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
+       <artifactId>apache-rat-plugin</artifactId>
+       <version>0.6</version>
+       <configuration>
+               <excludes>
+                       <exclude>.buildbot-sourcedata</exclude>
+               </excludes>
+       </configuration>
       </plugin>
     </plugins>
   </reporting>


Reply via email to