aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/maven.rb
AgeCommit message (Collapse)Author
2013-10-06maven: 3.1.1Sebastian Roth
Closes #23084. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-16maven 3.1.0Anthony Dahanne
Closes #21227. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-05Maven: detect Java using java_homeIndrajit Raychaudhuri
Closes #19618. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-24maven 3.0.5Prajwal Tuladhar
Closes #18064. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-24maven: use better mirror URLAdam Vandenberg
Closes #17282.
2012-11-11Streamline metafile installsAdam Vandenberg
2012-09-12maven: update download urlOdd Christer Brovig
Closes #14862. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-02-12maven: use install_symlinkAdam Vandenberg
2012-01-20Maven 3.0.4Adam Vandenberg
Also fix download URL.
2011-07-27Use Apache’s closer.cgi where appropriateMax Howell
Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it. mod_python still uses archive.apache.org as that is the only place it exists that I could find. jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.
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.