Repository: incubator-taverna-language Updated Branches: refs/heads/master c23eb2d80 -> bb023a7a6
Rat should ignore dependency-reduced-pom.xml by Maven Shade plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/bb023a7a Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/bb023a7a Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/bb023a7a Branch: refs/heads/master Commit: bb023a7a60f0ded802ff3570657f98649d5a1b75 Parents: c23eb2d Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Feb 17 16:24:05 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Feb 17 16:24:05 2016 +0000 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/bb023a7a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 023bf3c..aa31ab5 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,9 @@ <exclude>src/test/resources/document.odt</exclude> <exclude>src/test/resources/workflowrun.bundle.zip</exclude> + <!-- Created by Maven Shade plugin --> + <exclude>dependency-reduced-pom.xml</exclude> + <!-- Below exclusions are for externally sourced/derived files
