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 ec77a70 commit 8d0e08eCopy full SHA for 8d0e08e
.rultor.yml
@@ -19,9 +19,6 @@ release:
19
- LeanderK
20
- jundl77
21
script: |-
22
- git config --global user.email "[email protected]"
23
- git config --global user.name "Leander Kurscheidt"
24
- git config --global credential.helper 'cache --timeout 600'
25
- mvn versions:set "-DnewVersion=${tag//\'}"
26
- git commit -am "${tag//\'}"
27
- mvn clean deploy --settings /home/r/settings.xml
+ mvn versions:set "-DnewVersion=${tag//\'}"
+ git commit -am "${tag//\'}"
+ mvn -Dmaven.test.skip=true clean deploy --settings /home/r/settings.xml
0 commit comments