aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/maven.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05maven 3.0.3Jon Buffington
Also remove the incorrect bin symlink to the m2.conf file. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-16Update maven to release 3.0.2.Jon Buffington
Closes #3892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-26Maven 3.0.1Adam Vandenberg
2010-10-08Update maven to 3.0David Gageot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-03update Maven HEAD to 3.0beta3David Gageot
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01maven: install jars in libexec to avoid conflictsDavid Gageot
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-19Updating maven versionJorge Falcão
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16Add ARGV.build_head? and use it.Adam Vandenberg
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
2010-04-30Add maven 3 beta as --HEADAdam Vandenberg
2010-04-17Clean ups to several formulas, including:Adam Vandenberg
* Removing silly concatenation * Removing .bat files before installing * Removing silly quoting * Fixing download URLs * Removing explicit versions
2010-04-01Use the backup Apache mirrors instead of another mirror that might go down ↵Can Duruk
unnoticed. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-24Don't install .bat files (Maven formula)Max Howell
2009-09-18Maven formulaLuke Amdor
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.