Skip to content

Instantly share code, notes, and snippets.

@danschultz
Created October 29, 2012 20:38
Show Gist options
  • Save danschultz/3976383 to your computer and use it in GitHub Desktop.
Save danschultz/3976383 to your computer and use it in GitHub Desktop.
Brew Maven 2.2.1
require 'formula'
class Maven <Formula
url 'http://www.apache.org/dist/maven/maven-2/2.2.1/binaries/apache-maven-2.2.1-bin.tar.gz'
homepage 'http://maven.apache.org/'
md5 '3f829ed854cbacdaca8f809e4954c916'
def install
rm_f Dir["bin/*.bat"]
prefix.install %w[bin conf boot lib]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment