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 14e2c2c commit 242178cCopy full SHA for 242178c
pom.xml
@@ -45,28 +45,6 @@
45
<target>1.7</target>
46
</configuration>
47
</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>
70
</plugins>
71
</build>
72
</project>
0 commit comments