Author: tommaso
Date: Thu Nov 3 11:49:54 2011
New Revision: 1197070
URL: http://svn.apache.org/viewvc?rev=1197070&view=rev
Log:
[CLEREZZA-645] - added exclusion of test graph/nt/ttl files to RAT conf
Modified:
incubator/clerezza/trunk/parent/pom.xml
Modified: incubator/clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1197070&r1=1197069&r2=1197070&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Thu Nov 3 11:49:54 2011
@@ -430,6 +430,9 @@
<exclude>**/.settings/**/*</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/target/**/*</exclude>
+ <exclude>**/test/**/*.nt</exclude>
+ <exclude>**/test/**/*.ttl</exclude>
+ <exclude>**/test/**/*.rdf</exclude>
</excludes>
<numUnapprovedLicenses>1</numUnapprovedLicenses>
</configuration>