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 2018/03/09 19:45:58 UTC

jena git commit: RAT doesn't inherit configurations

Repository: jena
Updated Branches:
  refs/heads/master b8b482eca -> 4590fc1a8


RAT doesn't inherit configurations


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

Branch: refs/heads/master
Commit: 4590fc1a8c5d91e18cd3d9b05d9cf13b1e7b1f4b
Parents: b8b482e
Author: Andy Seaborne <an...@apache.org>
Authored: Fri Mar 9 19:45:51 2018 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Fri Mar 9 19:45:51 2018 +0000

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-basic/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/4590fc1a/jena-fuseki2/jena-fuseki-basic/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-basic/pom.xml b/jena-fuseki2/jena-fuseki-basic/pom.xml
index 5039159..308394d 100644
--- a/jena-fuseki2/jena-fuseki-basic/pom.xml
+++ b/jena-fuseki2/jena-fuseki-basic/pom.xml
@@ -192,6 +192,7 @@
        <configuration>
          <excludeSubProjects>true</excludeSubProjects>
          <excludes>
+           <exclude>**/fuseki.classpath</exclude>
            <exclude>**/sparqler/**</exclude>
            <exclude>**/dependency-reduced-pom.xml</exclude>
          </excludes>