mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-17 08:05:30 +01:00
03b25a0f06
This is the same PR as the last one (PR #1823), but I messed that one up accidently, sorry for that!
27 lines
667 B
XML
27 lines
667 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<actions>
|
|
<action>
|
|
<actionName>build-with-dependencies</actionName>
|
|
<reactor>also-make</reactor>
|
|
<goals>
|
|
<goal>package</goal>
|
|
<goal>dependency:copy</goal>
|
|
</goals>
|
|
</action>
|
|
<action>
|
|
<actionName>rebuild</actionName>
|
|
<goals>
|
|
<goal>clean</goal>
|
|
<goal>package</goal>
|
|
<goal>dependency:copy</goal>
|
|
</goals>
|
|
</action>
|
|
<action>
|
|
<actionName>build</actionName>
|
|
<goals>
|
|
<goal>package</goal>
|
|
<goal>dependency:copy</goal>
|
|
</goals>
|
|
</action>
|
|
</actions>
|