Repository: marmotta Updated Branches: refs/heads/develop 2983aeaff -> 5112274cb
fixed RAT configuration Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/5112274c Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/5112274c Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/5112274c Branch: refs/heads/develop Commit: 5112274cb99426248544c4897ba1c6e34f23189a Parents: 2983aea Author: Jakob Frank <[email protected]> Authored: Tue Apr 8 11:13:47 2014 +0200 Committer: Jakob Frank <[email protected]> Committed: Tue Apr 8 11:13:47 2014 +0200 ---------------------------------------------------------------------- commons/marmotta-sesame-tools/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/5112274c/commons/marmotta-sesame-tools/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/pom.xml b/commons/marmotta-sesame-tools/pom.xml index 6a6792c..15aa51d 100644 --- a/commons/marmotta-sesame-tools/pom.xml +++ b/commons/marmotta-sesame-tools/pom.xml @@ -56,6 +56,8 @@ <exclude>marmotta-rio-*/**</exclude> <exclude>marmotta-sail-*/**</exclude> <exclude>marmotta-util-*/**</exclude> + <exclude>marmotta-model-vocabs/**</exclude> + <exclude>marmotta-sesame-matchers/**</exclude> </excludes> </configuration> </plugin>
