Author: tfischer
Date: Tue Sep 11 09:26:57 2012
New Revision: 1383311
URL: http://svn.apache.org/viewvc?rev=1383311&view=rev
Log:
extra rat exclude configuration for test project
Modified:
db/torque/torque4/trunk/torque-test/pom.xml
Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1383311&r1=1383310&r2=1383311&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Tue Sep 11 09:26:57 2012
@@ -452,6 +452,27 @@
<xdocDirectory>target/generated-xdocs</xdocDirectory>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>velocity.log</exclude>
+ <exclude>.checkstyle</exclude>
+ <exclude>checkstyle-cache.ccf</exclude>
+ <exclude>src/main/generated-java/**/*</exclude>
+ </excludes>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]