We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc470f commit 762b7fbCopy full SHA for 762b7fb
pom.xml
@@ -28,24 +28,6 @@
28
<target>${java.version}</target>
29
</configuration>
30
</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>
49
</plugins>
50
</build>
51
0 commit comments