mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add java-sonatype-aether-test-util.
* gnu/packages/maven.scm (java-sonatype-aether-test-util): New variable.
This commit is contained in:
parent
c68e3dc139
commit
a1ed79363f
1 changed files with 15 additions and 0 deletions
|
@ -415,6 +415,21 @@ (define-public java-sonatype-aether-spi
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue