This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch it_runs in repository https://gitbox.apache.org/repos/asf/maven.git
commit 96dd6bf920d9899883dd7afbeeada26d54e30ecc Author: olivier lamy <[email protected]> AuthorDate: Mon Jun 1 19:09:46 2020 +1000 do not clean Signed-off-by: olivier lamy <[email protected]> --- Jenkinsfile.its | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.its b/Jenkinsfile.its index 48dfdb2..caeaf26 100644 --- a/Jenkinsfile.its +++ b/Jenkinsfile.its @@ -9,7 +9,7 @@ pipeline { stage("Build Maven Core") { steps { withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) { - sh "mvn -Drat.skip=true -T2 -B -V clean install -P versionlessMavenDist -Dmaven.repo.local=${env.WORKSPACE}/repo" + sh "mvn -Drat.skip=true -T2 -B -V install -P versionlessMavenDist -Dmaven.repo.local=${env.WORKSPACE}/repo" } } // stash name: 'apache-maven-bin.zip', includes: 'apache-maven/target/apache-maven-bin.zip'
