Updated Branches: refs/heads/master 3d9fb79b5 -> b424a63da
excluded 3rd party libraries from RAT check Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/b424a63d Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/b424a63d Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/b424a63d Branch: refs/heads/master Commit: b424a63da690bd57a826cfba22f62eece013b356 Parents: 3d9fb79 Author: Sebastian Schaffert <[email protected]> Authored: Fri Mar 29 13:06:29 2013 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Fri Mar 29 13:06:29 2013 +0100 ---------------------------------------------------------------------- parent/pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/b424a63d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4939b8f..ecf64e9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -451,6 +451,9 @@ <exclude>**/src/main/resources/task-dialog*.properties</exclude> <exclude>**/src/test/resources/org/apache/marmotta/commons/sesame/rio/jsonld/**</exclude> <exclude>**/src/test/resources/org/apache/marmotta/commons/sesame/rio/vcard/*.vcf</exclude> + <exclude>**/src/main/resources/web/cm/**</exclude> + <exclude>**/src/main/resources/web/admin/editor/**</exclude> + <exclude>**/src/main/resources/web/admin/snorql/**</exclude> <!-- META-INF files don't take a license header --> <exclude>**/META-INF/**</exclude>
