You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2017/08/03 14:38:02 UTC

[12/17] maven-surefire git commit: Configure shade plugin so that is does not explode

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/6a9f36e6
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6a9f36e6
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6a9f36e6

Branch: refs/heads/junit5
Commit: 6a9f36e6a403f376b8088f8e7f4345e2c190b3ec
Parents: 04b482c
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Feb 6 19:54:59 2017 +0100
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Jun 12 08:18:35 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit5/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6a9f36e6/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>