GNU bug report logs -
#52723
[PATCH] gnu: maven: Update to 3.8.4.
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Tue, 21 Dec 2021 22:43:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
Message #53 received at 52723 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maven.scm (java-sonatype-aether-api-1.13): New variable.
---
gnu/packages/maven.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index e62db6cb85..d8e00e6c61 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -437,6 +437,37 @@ (define-public java-sonatype-aether-impl
(list java-junit java-plexus-component-metadata
java-sonatype-aether-test-util))))
+;; This slightly newer version is also required by some plugins
+(define-public java-sonatype-aether-api-1.13
+ (package
+ (name "java-sonatype-aether-api")
+ (version "1.13.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sonatype/sonatype-aether")
+ (commit (string-append "aether-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yl34dqhm6ykb7h63gkssyrdxv3dsa3n5b8d8cvy8rh4qsm6p2yb"))))
+ (build-system ant-build-system)
+ (arguments
+ `(#:jar-name "aether-api.jar"
+ #:source-dir "aether-api/src/main/java"
+ #:test-dir "aether-api/src/test"
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'install 'install-parent (install-pom-file "pom.xml"))
+ (replace 'install (install-from-pom "aether-api/pom.xml")))))
+ (propagated-inputs
+ `(("java-sonatype-forge-parent-pom" ,java-sonatype-forge-parent-pom-10)))
+ (native-inputs `(("java-junit" ,java-junit)))
+ (home-page "https://github.com/sonatype/sonatype-aether")
+ (synopsis "Maven repository system API")
+ (description "This package contains the API for the maven repository system.")
+ (license license:asl2.0)))
+
;; Again, this old version is required by some maven plugins
(define-public java-eclipse-aether-api
(package
--
2.34.0
This bug report was last modified 3 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.