1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 02:59:06 +02:00

Fix NB parent compiling

This commit is contained in:
KHobbits
2013-12-28 23:09:56 +00:00
parent ad0028f6e0
commit 10a0e609ed

28
nbactions.xml Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>build-with-dependencies</actionName>
<reactor>also-make</reactor>
<goals>
<goal>clean</goal>
<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>