We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e2a82 commit a27d834Copy full SHA for a27d834
2 files changed
nbactions.xml
@@ -16,8 +16,15 @@
16
License for the specific language governing permissions and limitations under
17
the License.
18
19
--->
20
-<actions>
+--><actions>
+ <action>
21
+ <actionName>CUSTOM-Deploy Snapshot</actionName>
22
+ <displayName>Deploy Snapshot</displayName>
23
+ <goals>
24
+ <goal>clean</goal>
25
+ <goal>deploy</goal>
26
+ </goals>
27
+ </action>
28
<!-- <action>
29
<actionName>CUSTOM-Deploy</actionName>
30
<displayName>Deploy</displayName>
pom.xml
@@ -100,6 +100,8 @@
100
<excludes>
101
<exclude>**/README</exclude>
102
<exclude>**/LICENSE</exclude>
103
+ <exclude>**/nbactions.xml</exclude>
104
+ <exclude>**/nb-configuration.xml</exclude>
105
<exclude>src/test/resources/**</exclude>
106
<exclude>src/main/resources/**</exclude>
107
</excludes>
0 commit comments