You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/02 20:19:44 UTC

[3/4] jena git commit: rat: exclude anything under target/*

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 <st...@apache.org>
Authored: Mon Feb 2 17:36:34 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
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>