Skip to content

Commit 762b7fb

Browse files
committed
Delete the maven shade again
1 parent 0dc470f commit 762b7fb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,6 @@
2828
<target>${java.version}</target>
2929
</configuration>
3030
</plugin>
31-
<plugin>
32-
<groupId>org.apache.maven.plugins</groupId>
33-
<artifactId>maven-shade-plugin</artifactId>
34-
<version>3.2.1</version>
35-
<executions>
36-
<execution>
37-
<phase>package</phase>
38-
<goals>
39-
<goal>shade</goal>
40-
</goals>
41-
<configuration>
42-
<createDependencyReducedPom>false</createDependencyReducedPom>
43-
<shadedClassifierName>with-dependencies</shadedClassifierName>
44-
<shadedArtifactAttached>true</shadedArtifactAttached>
45-
</configuration>
46-
</execution>
47-
</executions>
48-
</plugin>
4931
</plugins>
5032
</build>
5133

0 commit comments

Comments
 (0)