Created
October 29, 2012 20:38
-
-
Save danschultz/3976383 to your computer and use it in GitHub Desktop.
Brew Maven 2.2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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