mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-07 15:16:41 +02:00
Fix maven shade
This commit is contained in:
7
EssentialsGeoIP/pom.xml
Normal file → Executable file
7
EssentialsGeoIP/pom.xml
Normal file → Executable file
@@ -34,6 +34,13 @@
|
||||
<goals>
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>org.kohsuke:geoip</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
7
EssentialsUpdate/pom.xml
Normal file → Executable file
7
EssentialsUpdate/pom.xml
Normal file → Executable file
@@ -35,6 +35,13 @@
|
||||
<goals>
|
||||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>pircbot:pircbot</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user