„pom.xml“ ändern
This commit is contained in:
parent
717c3b5b8e
commit
86f35f4b41
16
pom.xml
16
pom.xml
@ -43,15 +43,15 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<artifactSet>
|
||||||
|
<excludes>
|
||||||
|
<exclude>cn.nukkit.nukkit</exclude>
|
||||||
|
<exclude>org.junit.jupiter.junit-jupiter-engine</exclude>
|
||||||
|
</excludes>
|
||||||
|
</artifactSet>
|
||||||
|
</configuration>
|
||||||
</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