mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
fe9fbf585f
Fixes a bug with the last book pager tweak.
29 lines
769 B
XML
29 lines
769 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>
|
|
</goals>
|
|
</action>
|
|
</actions>
|