Skip to content

Commit 242178c

Browse files
committed
Do not use Maven Shade Plugin (it includes all dependencies which is not required)
1 parent 14e2c2c commit 242178c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

-22
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,6 @@
4545
<target>1.7</target>
4646
</configuration>
4747
</plugin>
48-
<plugin>
49-
<groupId>org.apache.maven.plugins</groupId>
50-
<artifactId>maven-shade-plugin</artifactId>
51-
<version>2.0</version>
52-
<executions>
53-
<execution>
54-
<phase>package</phase>
55-
<goals>
56-
<goal>shade</goal>
57-
</goals>
58-
<configuration>
59-
<shadedArtifactAttached>false</shadedArtifactAttached>
60-
<createDependencyReducedPom>false</createDependencyReducedPom>
61-
<artifactSet>
62-
<excludes>
63-
<exclude>org.bukkit:bukkit</exclude>
64-
</excludes>
65-
</artifactSet>
66-
</configuration>
67-
</execution>
68-
</executions>
69-
</plugin>
7048
</plugins>
7149
</build>
7250
</project>

0 commit comments

Comments
 (0)