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 2022/01/18 19:54:14 UTC

[maven-surefire] branch upgrades updated: removed maven-shade-plugin in maven-surefire-common

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch upgrades
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/upgrades by this push:
     new 122c3ad  removed maven-shade-plugin in maven-surefire-common
122c3ad is described below

commit 122c3adcd32a6504ac625a47daedb614eeae563e
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Tue Jan 18 20:50:40 2022 +0100

    removed maven-shade-plugin in maven-surefire-common
---
 maven-surefire-common/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 805b247..f4dfca6 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -149,24 +149,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <minimizeJar>true</minimizeJar>
-                            <artifactSet>
-                                <includes>
-                                    <include>org.apache.maven.shared:maven-common-artifact-filters</include>
-                                </includes>
-                            </artifactSet>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-component-metadata</artifactId>
                 <executions>