You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/10 16:28:23 UTC

[maven-surefire] branch master updated: [SUREFIRE-2083] Remove redundant config from maven-shade-plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8fa309839 [SUREFIRE-2083] Remove redundant config from maven-shade-plugin
8fa309839 is described below

commit 8fa3098390459fa77f99f76bbe6702c7e3bf6428
Author: Markus Spann <sm...@outlook.de>
AuthorDate: Fri May 6 15:51:18 2022 +0200

    [SUREFIRE-2083] Remove redundant config from maven-shade-plugin
---
 surefire-shared-utils/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
index 4e02ac745..3ef665800 100644
--- a/surefire-shared-utils/pom.xml
+++ b/surefire-shared-utils/pom.xml
@@ -70,14 +70,6 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>org.apache.maven.shared:maven-shared-utils</include>
-                                    <incclude>commons-io:commons-io</incclude>
-                                    <include>org.apache.commons:commons-lang3</include>
-                                    <include>org.apache.commons:commons-compress</include>
-                                </includes>
-                            </artifactSet>
                             <relocations>
                                 <relocation>
                                     <pattern>org.apache.maven.shared.utils</pattern>