forked from kpi-tuke/yajco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnbactions.xml
25 lines (25 loc) · 877 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
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-Deploy Snapshot</actionName>
<displayName>Deploy Snapshot</displayName>
<goals>
<goal>clean</goal>
<goal>deploy</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-Draw dependency graphs</actionName>
<displayName>Draw dependency graphs</displayName>
<goals>
<goal>graph:dependencies</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-Update versions for each project in module</actionName>
<displayName>Update versions for each project in module</displayName>
<goals>
<goal>release:update-versions</goal>
</goals>
</action>
</actions>