Repository: maven-surefire Updated Branches: refs/heads/master-local [created] afd505024
[SUREFIRE] excluded DEPENDENCIES file in *-source-release.zip from apache-rat-plugin Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/afd50502 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/afd50502 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/afd50502 Branch: refs/heads/master-local Commit: afd505024fbaaea11c8f7f2d6f4f38143d4a917c Parents: 8222483 Author: Tibor17 <[email protected]> Authored: Mon Feb 8 01:43:19 2016 +0100 Committer: Tibor17 <[email protected]> Committed: Mon Feb 8 01:43:19 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/afd50502/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 12329e9..978be2c 100644 --- a/pom.xml +++ b/pom.xml @@ -399,6 +399,7 @@ <exclude>**/*.jj</exclude> <exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider </exclude> + <exclude>DEPENDENCIES</exclude> </excludes> </configuration> </execution>
