Author: mbenson
Date: Mon Jun 23 13:07:53 2008
New Revision: 670725
URL: http://svn.apache.org/viewvc?rev=670725&view=rev
Log:
reports tweakage
Modified:
commons/proper/jxpath/trunk/pom.xml
Modified: commons/proper/jxpath/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/pom.xml?rev=670725&r1=670724&r2=670725&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/pom.xml (original)
+++ commons/proper/jxpath/trunk/pom.xml Mon Jun 23 13:07:53 2008
@@ -209,7 +209,7 @@
<version>2.1</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
- <excludes>**/parser/*</excludes>
+ <excludes>org/apache/commons/jxpath/ri/parser/*</excludes>
</configuration>
</plugin>
<plugin>
@@ -219,7 +219,7 @@
<configuration>
<targetJdk>1.3</targetJdk>
<excludes>
- <exclude>**/parser/*</exclude>
+ <exclude>org/apache/commons/jxpath/ri/parser/*</exclude>
</excludes>
</configuration>
</plugin>
@@ -246,6 +246,18 @@
</links>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <configuration>
+ <excludes>
+ <exclude>src/java/org/apache/commons/jxpath/ri/parser/*</exclude>
+ <exclude>src/conf/MANIFEST.MF</exclude>
+ <exclude>xdocs/style/project.css</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
<distributionManagement>