Commit Graph

21 Commits (a3645015c3062c37b0799d41b0167c72b2232093)

Author SHA1 Message Date
Adam Vandenberg a84e0077c0 Streamline metafile installs 2012-11-11 11:20:35 -08:00
Odd Christer Brovig 3cc00c90aa maven: update download url
Closes Homebrew/homebrew#14862.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-12 18:29:31 -07:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg 6860c2ff9a maven: use install_symlink 2012-02-12 20:09:00 -08:00
Adam Vandenberg 0f414afd9f Maven 3.0.4
Also fix download URL.
2012-01-20 13:52:27 -08:00
Max Howell 77c73ecb89 Use Apache’s closer.cgi where appropriate
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-07-27 10:41:17 +01:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Jon Buffington 0ce46c0740 maven 3.0.3
Also remove the incorrect bin symlink to the m2.conf file.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 09:25:04 -08:00
Jon Buffington db55fcfd54 Update maven to release 3.0.2.
Closes Homebrew/homebrew#3892.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-16 16:21:10 +00:00
Adam Vandenberg 3bebfd511c Maven 3.0.1 2010-11-26 09:28:32 -08:00
David Gageot de4c32e7b2 Update maven to 3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-08 06:46:41 -07:00
David Gageot b87d336b5f update Maven HEAD to 3.0beta3
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-03 18:40:50 +02:00
David Gageot 4da1978886 maven: install jars in libexec to avoid conflicts
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-09-01 17:45:41 +02:00
Jorge Falcão 5ab623cee1 Updating maven version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19 19:45:20 -07:00
Adam Vandenberg 8c56f544b7 Add ARGV.build_head? and use it.
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
2010-07-16 09:09:39 -07:00
Adam Vandenberg 4d9a5adf79 Add maven 3 beta as --HEAD 2010-04-30 09:30:24 -07:00
Adam Vandenberg 95d9785ff5 Clean ups to several formulas, including:
* Removing silly concatenation
* Removing .bat files before installing
* Removing silly quoting
* Fixing download URLs
* Removing explicit versions
2010-04-17 18:24:02 -07:00
Can Duruk 011df6c6b2 Use the backup Apache mirrors instead of another mirror that might go down unnoticed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-01 09:14:13 -07:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Max Howell ad5381911e Don't install .bat files (Maven formula) 2009-09-24 21:46:35 +01:00
Luke Amdor 70796e44a6 Maven formula
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.
2009-09-18 13:37:13 +01:00