mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-21 01:01:35 +08:00
Fix NB parent compiling
This commit is contained in:
parent
46691871ad
commit
99d25bfaea
28
nbactions.xml
Normal file
28
nbactions.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user