gnu: Add java-sonatype-aether-test-util.

* gnu/packages/maven.scm (java-sonatype-aether-test-util): New variable.
This commit is contained in:
Julien Lepiller 2020-06-27 15:31:28 +02:00
parent c68e3dc139
commit a1ed79363f
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -415,6 +415,21 @@ (define-public java-sonatype-aether-spi
(description "This package contains the service provider interface (SPI) (description "This package contains the service provider interface (SPI)
for repository system implementations and repository connectors."))) 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 (define-public maven-shared-utils
(package (package
(name "maven-shared-utils") (name "maven-shared-utils")