about summary refs log tree commit diff
path: root/gn/packages/java.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/java.scm')
-rw-r--r--gn/packages/java.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gn/packages/java.scm b/gn/packages/java.scm
index 2a3b07b..38e3473 100644
--- a/gn/packages/java.scm
+++ b/gn/packages/java.scm
@@ -283,32 +283,6 @@ flexibility and simplicity.")
 ;; an instance of the xUnit architecture for unit testing frameworks.")
 ;;     (license license:asl2.0)))
 
-(define-public maven
-  (package
-    (name "maven")
-    (version "3.3.9")
-    (source (origin
-      (method url-fetch)
-      (uri (string-append "http://apache.proserve.nl/maven/maven-3/"
-                          version "/source/apache-maven-" version "-src.tar.gz"))
-      (sha256
-       (base32 "1g0iavyb34kvs3jfrx2hfnr8lr11m39sj852cy7528wva1glfl4i"))))
-    (build-system ant-build-system)
-    (arguments
-     `(#:make-flags "-Dmaven.home=build/"
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'build 'set-m2-variable
-           (lambda _
-             (setenv "M2_HOME" (string-append (assoc-ref %outputs "out") "/maven-3.3.9")))))))
-    (home-page "https://maven.apache.org/")
-    (synopsis "")
-    (description "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.")
-    (license license:asl2.0)))
-
 ;; TODO: Remove bundled jars from buildLib, lib, testLib and javascript
 (define-public rtg-tools
   (package