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 2014/12/01 22:37:42 UTC

[4/4] jena git commit: Add more dev files to RAT exclusions

Add more dev files to RAT exclusions


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

Branch: refs/heads/master
Commit: f11ebe2a43c29fbdda4ae08385a02ecbb930164a
Parents: fdc666e
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Dec 1 21:37:28 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Dec 1 21:37:28 2014 +0000

----------------------------------------------------------------------
 jena-parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/f11ebe2a/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 2a3d2a3..81ccd61 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -397,6 +397,10 @@
                <exclude>**/DB/**/*</exclude>
 	       <!-- TDB config files JSON - no comments allowed -->
                <exclude>**/tdb*.cfg</exclude>
+	       <!-- Fuseki2 server "run" area -->
+	       <exclude>**/run/**/*</exclude>
+	       <!-- Cached classpath for commands - autogenerated -->
+	       <exclude>**/*.classpath</exclude>
             </excludes>
         </configuration>
       </plugin>