forked from B3Partners/tailormap-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnbactions.xml
29 lines (29 loc) · 914 Bytes
/
nbactions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>rebuild</actionName>
<packagings>
<packaging>*</packaging>
</packagings>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<properties>
<test.skip.integrationtests>true</test.skip.integrationtests>
</properties>
</action>
<action>
<actionName>build-with-dependencies</actionName>
<reactor>also-make</reactor>
<packagings>
<packaging>*</packaging>
</packagings>
<goals>
<goal>install</goal>
</goals>
<properties>
<test.skip.integrationtests>true</test.skip.integrationtests>
</properties>
</action>
</actions>