Fix a bug where external dependencies were not properly shaded.

This commit is contained in:
Olof Larsson 2017-12-17 18:15:57 +01:00
parent 55a624bc18
commit 40b9a6aa48

View File

@ -62,6 +62,13 @@
<goals> <goals>
<goal>shade</goal> <goal>shade</goal>
</goals> </goals>
<configuration>
<artifactSet>
<includes>
<include>com.massivecraft.massivecore:MassiveXlib</include>
</includes>
</artifactSet>
</configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>