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 20:00:26 UTC

maven git commit: oops I'd skipped tests until I got the rest working... my bad

Repository: maven
Updated Branches:
  refs/heads/master 689b46fc2 -> 61ebbc58a


oops I'd skipped tests until I got the rest working... my bad


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

Branch: refs/heads/master
Commit: 61ebbc58a1a09404031a36721cfacb978755cb73
Parents: 689b46f
Author: Stephen Connolly <st...@gmail.com>
Authored: Tue Jan 3 20:00:22 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Tue Jan 3 20:00:22 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/61ebbc58/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index bd1beb3..0ddd7cf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ node('ubuntu') {
         def WORK_DIR=pwd()
         stage 'Build / Unit Test'
         withEnv(["PATH+MAVEN=$MAVEN_BUILD/bin","PATH+JDK=$JAVA7_HOME/bin"]) {
-            sh "mvn clean verify -B -U -e -fae -V -Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/.repository -DskipTests"
+            sh "mvn clean verify -B -U -e -fae -V -Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/.repository"
         }
         dir ('apache-maven/target') {
             sh "mv apache-maven-*-bin.zip apache-maven-dist.zip"