mirror of
https://github.com/nikdoof/bukkitxmpp.git
synced 2025-12-17 11:59:25 +00:00
Use include statement instead of trying to exclude everything.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -75,10 +75,9 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<artifactSet>
|
<artifactSet>
|
||||||
<excludes>
|
<includes>
|
||||||
<exclude>junit:junit</exclude>
|
<include>jivesoftware:*</include>
|
||||||
<exclude>org.bukkit:*</exclude>
|
</includes>
|
||||||
</excludes>
|
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
Reference in New Issue
Block a user