Skip to content

Commit

Permalink
Added right nb goals
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Prevost committed Nov 17, 2014
1 parent 58aa0da commit b482f6b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions nbactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,22 @@
<goal>-e</goal>
</goals>
</action>

<action>
<actionName>CUSTOM-Release</actionName>
<displayName>Release</displayName>
<actionName>CUSTOM-deploy</actionName>
<displayName>Deploy</displayName>
<goals>
<goal>clean</goal>
<goal>deploy</goal>
<goal>-e</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-set-version</actionName>
<displayName>Change Version</displayName>
<goals>
<goal>versions:set</goal>
<goal>versions:commit</goal>
<goal>-Pversioning</goal>
</goals>
</action>
</actions>

0 comments on commit b482f6b

Please sign in to comment.