summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsUpdate/pom.xml')
-rwxr-xr-x[-rw-r--r--]EssentialsUpdate/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/EssentialsUpdate/pom.xml b/EssentialsUpdate/pom.xml
index a21f26876..69ac828e3 100644..100755
--- a/EssentialsUpdate/pom.xml
+++ b/EssentialsUpdate/pom.xml
@@ -35,6 +35,13 @@
<goals>
<goal>shade</goal>
</goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+ <include>pircbot:pircbot</include>
+ </includes>
+ </artifactSet>
+ </configuration>
</execution>
</executions>
</plugin>