„pom.xml“ ändern
This commit is contained in:
parent
0080508c4f
commit
717c3b5b8e
8
pom.xml
8
pom.xml
@ -44,6 +44,14 @@
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
<configuration>
|
||||||
|
<artifactSet>
|
||||||
|
<excludes>
|
||||||
|
<exclude>cn.nukkit.nukkit</exclude>
|
||||||
|
<exclude>org.junit.jupiter.junit-jupiter-engine</exclude>
|
||||||
|
</excludes>
|
||||||
|
</artifactSet>
|
||||||
|
</configuration>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user