aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJosh Hagins2015-01-21 05:42:05 -0500
committerJack Nagel2015-01-21 12:58:07 -0500
commite7e46f4ef2599708e7bf67ad1630d26b0b534907 (patch)
tree8a3c66cc276811dfc8feb338728c6df82a7cc1df /Library/Formula
parent480a6ee03762e3b1939357679b3cc6034c8e2c1b (diff)
downloadhomebrew-e7e46f4ef2599708e7bf67ad1630d26b0b534907.tar.bz2
jenkins: Add maven dependency for HEAD builds
Closes #36100. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jenkins.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index fede567da..5da3b0f0e 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -5,7 +5,10 @@ class Jenkins < Formula
url "http://mirrors.jenkins-ci.org/war/1.597/jenkins.war"
sha1 "a177d463af1e334a92874378b5c32a923fb62c66"
- head "https://github.com/jenkinsci/jenkins.git"
+ head do
+ url "https://github.com/jenkinsci/jenkins.git"
+ depends_on "maven" => :build
+ end
def install
if build.head?