Skip to content

Commit

Permalink
Added revision variable to Maven staging launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rensink committed Apr 8, 2024
1 parent 838ed48 commit 9bec7e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/GROOVE - maven deploy to Central Repository.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
<listAttribute key="M2_PROPERTIES"/>
<listAttribute key="M2_PROPERTIES">
<listEntry value="revision=${string_prompt:Build version}"/>
</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
<intAttribute key="M2_THREADS" value="1"/>
Expand Down

0 comments on commit 9bec7e1

Please sign in to comment.