gnu: Add java-sonatype-aether-test-util.
authorJulien Lepiller <julien@lepiller.eu>
Sat, 27 Jun 2020 13:31:28 +0000 (15:31 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Fri, 17 Jul 2020 02:15:44 +0000 (04:15 +0200)
* gnu/packages/maven.scm (java-sonatype-aether-test-util): New variable.

gnu/packages/maven.scm

index ef5b500..5a8e730 100644 (file)
@@ -415,6 +415,21 @@ Maven Wagon, for use in Maven.")))
     (description "This package contains the service provider interface (SPI)
 for repository system implementations and repository connectors.")))
 
+(define-public java-sonatype-aether-test-util
+  (package
+    (inherit java-sonatype-aether-api)
+    (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)
+       ("java-sonatype-aether-spi" ,java-sonatype-aether-spi)))
+    (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.")))
+
 (define-public maven-shared-utils
   (package
     (name "maven-shared-utils")