Skip to content

Commit

Permalink
removed maven-shade-plugin in maven-surefire-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 18, 2022
1 parent 4b549e4 commit c48f2b2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions maven-surefire-common/pom.xml
Expand Up @@ -148,24 +148,6 @@
</systemPropertyVariables>
</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>
Expand Down

0 comments on commit c48f2b2

Please sign in to comment.