forked from JSQLParser/JSqlParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnbactions.xml
More file actions
23 lines (23 loc) · 722 Bytes
/
nbactions.xml
File metadata and controls
23 lines (23 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-check-sign</actionName>
<displayName>check-sign</displayName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<properties>
<performRelease>true</performRelease>
<skipTests>true</skipTests>
</properties>
</action>
<action>
<actionName>CUSTOM-clean deploy</actionName>
<displayName>clean deploy</displayName>
<goals>
<goal>clean</goal>
<goal>deploy</goal>
</goals>
</action>
</actions>