You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:34:58 UTC

[maven] 11/29: should be clean now

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 db6c695a7d05cb4452588fba13d0df42e716a0c5
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 13:15:34 2020 +1000

    should be clean now
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 4f853ec..d9f8db7 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -8,7 +8,6 @@ pipeline {
   stages {
     stage("Build Maven Core") {
       steps {
-        cleanWs()
         withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 3.6.3',publisherStrategy: 'EXPLICIT'){
           sh "mvn -V clean install -P versionlessMavenDist"
         }