rat: exclude anything under target/*

This closes #23


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/102fc7a4
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/102fc7a4
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/102fc7a4

Branch: refs/heads/master
Commit: 102fc7a4f3ab96d356c313e70f05b5ed837dcea7
Parents: b01f6a7
Author: Stian Soiland-Reyes <[email protected]>
Authored: Mon Feb 2 17:36:34 2015 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Mon Feb 2 18:56:49 2015 +0000

----------------------------------------------------------------------
 jena-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/102fc7a4/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index cd2094b..c379cd1 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -453,7 +453,7 @@
               <exclude>**/*.classpath</exclude>
 
               <!-- Exclude anything created during the build (plugin generated 
files) ->-->
-              <exclude>**/target/.plxarc</exclude>
+         <exclude>**/target/**/*</exclude>
 
             </excludes>
         </configuration>

Reply via email to