You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/01/03 11:50:12 UTC

[2/2] maven git commit: fix typo

fix typo


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/019f9c08
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/019f9c08
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/019f9c08

Branch: refs/heads/master
Commit: 019f9c08344c2b1a59927dcc5195f38b017d57bb
Parents: 4151142
Author: Stephen Connolly <st...@gmail.com>
Authored: Tue Jan 3 11:50:06 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Tue Jan 3 11:50:06 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/019f9c08/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 0b3b9a8..819b79b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -77,7 +77,7 @@ parallel linuxJava7:{
                 def WORK_DIR=pwd()
                 git(url:'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git', branch: 'master')
                 bat "if exist it-local-repo rmdir /s /q it-local-repo"
-                bat "if exist apache-maven-dist.zip /q apache-maven-dist.zip"
+                bat "if exist apache-maven-dist.zip del /q apache-maven-dist.zip"
                 unstash 'dist'
                 withEnv(["Path+MAVEN=$MAVEN_WIN_J7\\bin","Path+JDK=$JAVA_WIN_J7\\bin"]) {
                     bat "set"
@@ -94,7 +94,7 @@ parallel linuxJava7:{
                 def WORK_DIR=pwd()
                 git(url:'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git', branch: 'master')
                 bat "if exist it-local-repo rmdir /s /q it-local-repo"
-                bat "if exist apache-maven-dist.zip /q apache-maven-dist.zip"
+                bat "if exist apache-maven-dist.zip del /q apache-maven-dist.zip"
                 unstash 'dist'
                 withEnv(["Path+MAVEN=$MAVEN_WIN_J8\\bin","Path+JDK=$JAVA_WIN_J8\\bin"]) {
                     bat "set"