You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 11:54:13 UTC

svn commit: r1356154 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Mon Jul  2 09:54:12 2012
New Revision: 1356154

URL: http://svn.apache.org/viewvc?rev=1356154&view=rev
Log:
excluded files from RAT which header comments would break the expected behavior - see ANY23-98

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356154&r1=1356153&r2=1356154&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 09:54:12 2012
@@ -781,6 +781,13 @@
                     <exclude>maven-eclipse.xml</exclude>
                     <exclude>.externalToolBuilders/**</exclude>
                     <exclude>.git/**</exclude>
+                    <!-- TODO restore them once ANY23-98 is fixed -->
+                    <exclude>**/application/nquads/test1.nq</exclude>
+                    <exclude>**/application/nquads/test2.nq</exclude>
+                    <exclude>**/application/rdfn3/test1</exclude>
+                    <exclude>**/application/rdfn3/test2</exclude>
+                    <exclude>**/application/rdfn3/test3</exclude>
+                    <exclude>**/cli/rover-test1.nq</exclude>
                   </excludes>
                 </configuration>
               </execution>