gnu: Add java-sonatype-aether-util-1.13.
* gnu/packages/maven.scm (java-sonatype-aether-util-1.13): New variable.
This commit is contained in:
parent
df4dad2d99
commit
5fef46005c
1 changed files with 20 additions and 0 deletions
|
@ -597,6 +597,26 @@ for repository system implementations and repository connectors.")))
|
||||||
(description "This package contains a collection of utility classes to
|
(description "This package contains a collection of utility classes to
|
||||||
ease testing of the repository system.")))
|
ease testing of the repository system.")))
|
||||||
|
|
||||||
|
(define-public java-sonatype-aether-util-1.13
|
||||||
|
(package
|
||||||
|
(inherit java-sonatype-aether-api-1.13)
|
||||||
|
(name "java-sonatype-aether-util")
|
||||||
|
(arguments
|
||||||
|
`(#:jar-name "aether-util.jar"
|
||||||
|
#:source-dir "aether-util/src/main/java"
|
||||||
|
#:test-dir "aether-util/src/test"
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(replace 'install (install-from-pom "aether-util/pom.xml")))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("java-sonatype-aether-api" ,java-sonatype-aether-api-1.13)))
|
||||||
|
(native-inputs
|
||||||
|
`(("java-junit" ,java-junit)
|
||||||
|
("java-sonatype-aether-test-util" ,java-sonatype-aether-test-util-1.13)))
|
||||||
|
(synopsis "Utility classes for the maven repository system")
|
||||||
|
(description "This package contains a collection of utility classes to
|
||||||
|
ease usage of the repository system.")))
|
||||||
|
|
||||||
;; Again, this old version is required by some maven plugins
|
;; Again, this old version is required by some maven plugins
|
||||||
(define-public java-eclipse-aether-api
|
(define-public java-eclipse-aether-api
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue