Repository: maven-surefire Updated Branches: refs/heads/3.0-rc1 d6dab3bfa -> e0d56a69e
relocation-pattern is too global, adding maven-artifact-transfer to the includes fixes the CNFE Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/e0d56a69 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/e0d56a69 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/e0d56a69 Branch: refs/heads/3.0-rc1 Commit: e0d56a69e37c6735c0efbe5b38f485a63d836331 Parents: d6dab3b Author: Robert Scholte <[email protected]> Authored: Sun Jan 17 12:00:35 2016 +0100 Committer: Robert Scholte <[email protected]> Committed: Sun Jan 17 12:00:35 2016 +0100 ---------------------------------------------------------------------- maven-surefire-common/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/e0d56a69/maven-surefire-common/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index 7bfb6e5..25c0e0d 100644 --- a/maven-surefire-common/pom.xml +++ b/maven-surefire-common/pom.xml @@ -154,6 +154,7 @@ <includes> <include>org.apache.maven.shared:maven-shared-utils</include> <include>org.apache.maven.shared:maven-common-artifact-filters</include> + <include>org.apache.maven.shared:maven-artifact-transfer</include> <include>commons-io:commons-io</include> </includes> </artifactSet>
