1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-24 21:31:32 +02:00
Files
Essentials/nbactions.xml
KHobbits c348691d6f Correctly handle line overflow in book pager
Fixes a bug with the last book pager tweak.
2014-04-05 15:33:38 +01:00

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>