From 70796e44a686ff0667c2715546d8500cf0eb677e Mon Sep 17 00:00:00 2001 From: Luke Amdor Date: Fri, 11 Sep 2009 15:52:51 -0500 Subject: [PATCH] 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. --- Formula/maven.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Formula/maven.rb diff --git a/Formula/maven.rb b/Formula/maven.rb new file mode 100644 index 00000000000..7f20db224b0 --- /dev/null +++ b/Formula/maven.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Maven