We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb24478 commit 1af0c66Copy full SHA for 1af0c66
1 file changed
.rultor.yml
@@ -26,4 +26,4 @@ release:
26
git commit -am "${tag}"
27
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
28
mvn clean deploy -ntp -Pxembly -Psonatype --errors --settings ../settings.xml
29
- mvn clean site-deploy -Pxembly -Psite --errors --settings ../settings.xml -Dinvoker.skip || echo 'no site this time'
+ mvn -ntp clean site-deploy -Pxembly -Psite --errors --settings ../settings.xml -Dinvoker.skip || echo 'no site this time'
0 commit comments