We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6f8db commit 5764356Copy full SHA for 5764356
nbactions.xml
@@ -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