Author: tfischer
Date: Sat Sep 8 03:47:49 2012
New Revision: 1382232
URL: http://svn.apache.org/viewvc?rev=1382232&view=rev
Log:
add special rat excludes for torque-test module as this is not a module in the
normal build
Modified:
db/torque/torque4/trunk/pom.xml
Modified: db/torque/torque4/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1382232&r1=1382231&r2=1382232&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Sat Sep 8 03:47:49 2012
@@ -343,7 +343,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.7</version>
+ <version>0.8</version>
<configuration>
<excludes>
<exclude>velocity.log</exclude>
@@ -351,6 +351,13 @@
<exclude>checkstyle-cache.ccf</exclude>
<exclude>derby.log</exclude>
<exclude>LICENSE-EDL.txt</exclude>
+ <!-- special excludes for torque-test because this is not a module
+ in the normal build process -->
+ <exclude>torque-test/target/**/*</exclude>
+ <exclude>torque-test/.classpath</exclude>
+ <exclude>torque-test/.project</exclude>
+ <exclude>torque-test/.settings/**</exclude>
+ <exclude>torque-test/src/main/generated-java/**/*</exclude>
</excludes>
</configuration>
<executions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]