forked from apache/roller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnbactions.xml
More file actions
28 lines (24 loc) · 796 Bytes
/
nbactions.xml
File metadata and controls
28 lines (24 loc) · 796 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-display-dependency-updates</actionName>
<displayName>display-dependency-updates</displayName>
<goals>
<goal>versions:display-dependency-updates</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-display-property-updates</actionName>
<displayName>display-property-updates</displayName>
<goals>
<goal>versions:display-property-updates</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-display-plugin-updates</actionName>
<displayName>display-plugin-updates</displayName>
<goals>
<goal>versions:display-plugin-updates</goal>
</goals>
</action>
</actions>