Repository: incubator-taverna-maven-parent Updated Branches: refs/heads/master 57d095e84 -> d10f412aa
TAVERNA-921 avoid apache-rat failing on DEPENDENCIES Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/d10f412a Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/d10f412a Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/d10f412a Branch: refs/heads/master Commit: d10f412aa0dd43056becb7bd6499db318db6f3c0 Parents: 57d095e Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Feb 19 17:25:49 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Feb 19 17:25:49 2016 +0000 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/d10f412a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9e054ea..9ac0e16 100644 --- a/pom.xml +++ b/pom.xml @@ -586,6 +586,13 @@ upgraded - this leads to recursive spaghetti. unecessarily clutter so we exclude these --> <exclude>**/META-INF/services/*</exclude> + + <!-- Generated during the release process --> + <exclude>DEPENDENCIES</exclude> + + <!-- Created by Maven Shade plugin --> + <exclude>dependency-reduced-pom.xml</exclude> + </excludes> </configuration> </plugin>
