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 #59 received at 52723 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maven.scm (java-sonatype-aether-test-util-1.13): New
variable.
---
gnu/packages/maven.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index 39270566fe..b73111a5ec 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -485,6 +485,21 @@ (define-public java-sonatype-aether-spi-1.13
(description "This package contains the service provider interface (SPI)
for repository system implementations and repository connectors.")))
+(define-public java-sonatype-aether-test-util-1.13
+ (package
+ (inherit java-sonatype-aether-api-1.13)
+ (name "java-sonatype-aether-test-util")
+ (arguments
+ `(#:jar-name "java-sonatype-aether-test-util.jar"
+ #:source-dir "aether-test-util/src/main/java"
+ #:test-dir "aether-test-util/src/test"))
+ (inputs
+ `(("java-sonatype-aether-api" ,java-sonatype-aether-api-1.13)
+ ("java-sonatype-aether-spi" ,java-sonatype-aether-spi-1.13)))
+ (synopsis "Utility classes for testing the maven repository system")
+ (description "This package contains a collection of utility classes to
+ease testing of the repository system.")))
+
;; 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.