Configure shade plugin so that is does not explode
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/ef6a3910 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/ef6a3910 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/ef6a3910 Branch: refs/heads/3.0-rc1 Commit: ef6a391006ab1fa672dc26fc234b6411a7dfa888 Parents: b08b1ae Author: Benedikt Ritter <brit...@apache.org> Authored: Mon Feb 6 19:54:59 2017 +0100 Committer: Benedikt Ritter <brit...@apache.org> Committed: Mon Feb 6 19:54:59 2017 +0100 ---------------------------------------------------------------------- surefire-providers/surefire-junit5/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ef6a3910/surefire-providers/surefire-junit5/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit5/pom.xml b/surefire-providers/surefire-junit5/pom.xml index ec318d5..54d5fcf 100644 --- a/surefire-providers/surefire-junit5/pom.xml +++ b/surefire-providers/surefire-junit5/pom.xml @@ -128,21 +128,11 @@ <goal>shade</goal> </goals> <configuration> - <minimizeJar>true</minimizeJar> <artifactSet> <includes> - <include>org.apache.maven.surefire:common-junit3</include> - <include>org.apache.maven.surefire:common-junit4</include> <include>org.apache.maven.surefire:common-java5</include> - <include>org.apache.maven.shared:maven-shared-utils</include> </includes> </artifactSet> - <relocations> - <relocation> - <pattern>org.apache.maven.shared</pattern> - <shadedPattern>org.apache.maven.surefire.shade.org.apache.maven.shared</shadedPattern> - </relocation> - </relocations> </configuration> </execution> </executions>