me
/
guix
Archived
1
0
Fork 0

gnu: Add java-sonatype-aether-spi-1.13.

* gnu/packages/maven.scm (java-sonatype-aether-spi-1.13): New variable.
master
Julien Lepiller 2021-12-20 14:38:45 +01:00
parent 5fbc8ade73
commit a87c8057e6
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 17 additions and 0 deletions

View File

@ -565,6 +565,23 @@ ease usage of the repository system.")))
(description "This package contains the API for the maven repository system.")
(license license:asl2.0)))
(define-public java-sonatype-aether-spi-1.13
(package
(inherit java-sonatype-aether-api-1.13)
(name "java-sonatype-aether-spi")
(arguments
`(#:jar-name "aether-spi.jar"
#:source-dir "aether-spi/src/main/java"
#:tests? #f; no tests
#:phases
(modify-phases %standard-phases
(replace 'install (install-from-pom "aether-spi/pom.xml")))))
(propagated-inputs
`(("java-sonatype-aether-api" ,java-sonatype-aether-api-1.13)))
(synopsis "Maven repository system SPI")
(description "This package contains the service provider interface (SPI)
for repository system implementations and repository connectors.")))
;; Again, this old version is required by some maven plugins
(define-public java-eclipse-aether-api
(package