Skip to content

Commit 04fc3aa

Browse files
committed
1 parent bddbe58 commit 04fc3aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nbactions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@
1212
<skipTests>true</skipTests>
1313
</properties>
1414
</action>
15+
<action>
16+
<actionName>CUSTOM-clean deploy</actionName>
17+
<displayName>clean deploy</displayName>
18+
<goals>
19+
<goal>clean</goal>
20+
<goal>deploy</goal>
21+
</goals>
22+
</action>
1523
</actions>

0 commit comments

Comments
 (0)