tiagobento commented on code in PR #2861:
URL:
https://github.com/apache/incubator-kie-tools/pull/2861#discussion_r1920147385
##########
.ci/jenkins/Jenkinsfile.daily-dev-publish:
##########
@@ -158,6 +153,8 @@ pipeline {
BUILD_DATE = sh(script: "echo `date +'%Y-%m-%d %T'`", returnStdout:
true).trim()
DOCKER_CONFIG = "${WORKSPACE}/.docker"
+
+ MAVEN_OPTS = "-Dmaven.repo.local=${WORKSPACE}/.maven"
Review Comment:
I believe what you're looking for is `MAVEN_ARGS`.
`MAVEN_OPTS` is used to parameterize the JVM Maven spins up, while
`MAVEN_ARGS` appends to the CLI string of arguments for all `mvn` invocations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]