Skip to content

Commit 5764356

Browse files
committed
1 parent 4f6f8db commit 5764356

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

nbactions.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<actions>
3+
<action>
4+
<actionName>CUSTOM-clean deploy</actionName>
5+
<displayName>clean deploy</displayName>
6+
<goals>
7+
<goal>clean</goal>
8+
<goal>deploy</goal>
9+
</goals>
10+
</action>
11+
</actions>

0 commit comments

Comments
 (0)