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 2016/12/19 11:02:04 UTC

maven git commit: Add requirement for maven tool

Repository: maven
Updated Branches:
  refs/heads/master 76655b0f7 -> 74e9c115c


Add requirement for maven tool


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

Branch: refs/heads/master
Commit: 74e9c115cbc885775e99572b8a165c1bf5284b8a
Parents: 76655b0
Author: Stephen Connolly <st...@gmail.com>
Authored: Mon Dec 19 11:01:55 2016 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Mon Dec 19 11:01:55 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/maven/blob/74e9c115/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index e46ba8f..d67d0ba 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,5 +1,9 @@
 pipeline {
     
+    tools {
+        maven "maven-3"
+    }
+
     agent label:"java"
 
     post {