[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52723] [PATCH 17/26] gnu: Add java-sonatype-aether-api-1.13.
From: |
Julien Lepiller |
Subject: |
[bug#52723] [PATCH 17/26] gnu: Add java-sonatype-aether-api-1.13. |
Date: |
Tue, 21 Dec 2021 23:45:01 +0100 |
* 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
- [bug#52723] [PATCH 13/26] gnu: java-eclipse-sisu-inject: Update to 0.3.5., (continued)
- [bug#52723] [PATCH 13/26] gnu: java-eclipse-sisu-inject: Update to 0.3.5., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 12/26] gnu: java-jsr250: Use proper source., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 24/26] gnu: maven-wagon-provider-api: Update to 3.4.3., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 19/26] gnu: Add java-sonatype-aether-test-util-1.13., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 14/26] gnu: java-eclipse-sisu-plexus: Update to 0.3.5., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 15/26] gnu: maven-common-artifact-filters: Update to 3.2.0., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 18/26] gnu: Add java-sonatype-aether-spi-1.13., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 16/26] gnu: java-plexus-container-default-bootstrap: Update to 2.1.0., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 21/26] gnu: maven-dependency-tree: Update to 3.1.0., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 22/26] guix: maven: Fix java parser., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 17/26] gnu: Add java-sonatype-aether-api-1.13.,
Julien Lepiller <=
- [bug#52723] [PATCH 26/26] gnu: maven: Update to 3.8.4., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 25/26] gnu: Update maven-artifact-transfer to 0.13.1., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 10/26] gnu: java-plexus-sec-dispatcher: Update to 2.0., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 08/26] gnu: Add java-plexus-build-api., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 23/26] gnu: maven-enforcer-api: Update to 3.0.0., Julien Lepiller, 2021/12/21
- [bug#52723] [PATCH 20/26] gnu: Add java-sonatype-aether-util-1.13., Julien Lepiller, 2021/12/21