We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1227058 commit 0003290Copy full SHA for 0003290
2 files changed
nbactions.xml
@@ -25,6 +25,16 @@
25
<goal>deploy</goal>
26
</goals>
27
</action>
28
+ <action>
29
+ <actionName>CUSTOM-Deploy Release</actionName>
30
+ <displayName>Deploy Release</displayName>
31
+ <goals>
32
+ <goal>clean</goal>
33
+ <goal>deploy</goal>
34
+ <goal>-P</goal>
35
+ <goal>release</goal>
36
+ </goals>
37
+ </action>
38
<!-- <action>
39
<actionName>CUSTOM-Deploy</actionName>
40
<displayName>Deploy</displayName>
pom.xml
@@ -21,7 +21,7 @@
21
<modelVersion>4.0.0</modelVersion>
22
<groupId>com.github.pyknic</groupId>
23
<artifactId>codegen</artifactId>
24
- <version>1.1.2</version>
+ <version>1.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>CodeGen</name>
0 commit comments