[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/110: gnu: Add java-sonatype-aether-spi.
From: |
guix-commits |
Subject: |
59/110: gnu: Add java-sonatype-aether-spi. |
Date: |
Thu, 16 Jul 2020 22:23:27 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit c68e3dc139436fa8a260459a53ce88c3509239cc
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 27 15:24:15 2020 +0200
gnu: Add java-sonatype-aether-spi.
* gnu/packages/maven.scm (java-sonatype-aether-spi): New variable.
---
gnu/packages/maven.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index 757b522..ef5b500 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -398,6 +398,23 @@ Maven Wagon, for use in Maven.")))
(description "This package contains the API for the maven repository
system.")
(license license:asl2.0)))
+(define-public java-sonatype-aether-spi
+ (package
+ (inherit java-sonatype-aether-api)
+ (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)))
+ (synopsis "Maven repository system SPI")
+ (description "This package contains the service provider interface (SPI)
+for repository system implementations and repository connectors.")))
+
(define-public maven-shared-utils
(package
(name "maven-shared-utils")
- 51/110: gnu: java-plexus-interpolation: Update to 1.26., (continued)
- 51/110: gnu: java-plexus-interpolation: Update to 1.26., guix-commits, 2020/07/16
- 53/110: gnu: java-httpcomponents-httpclient: Update to 4.5.12., guix-commits, 2020/07/16
- 55/110: gnu: maven-shared-utils: Fix /bin/sh invocation., guix-commits, 2020/07/16
- 56/110: gnu: java-modello-core: Propagate inputs., guix-commits, 2020/07/16
- 62/110: gnu: Add java-sonatype-aether-impl., guix-commits, 2020/07/16
- 66/110: gnu: Add java-eclipse-aether-util., guix-commits, 2020/07/16
- 58/110: gnu: Add java-sonatype-aether-api., guix-commits, 2020/07/16
- 64/110: gnu: Add java-eclipse-aether-spi., guix-commits, 2020/07/16
- 72/110: gnu: Add maven-3.0-model-builder., guix-commits, 2020/07/16
- 79/110: gnu: add maven-shared-io., guix-commits, 2020/07/16
- 59/110: gnu: Add java-sonatype-aether-spi.,
guix-commits <=
- 69/110: gnu: Add maven-3.0-model., guix-commits, 2020/07/16
- 71/110: gnu: Add maven-3.0-settings-builder., guix-commits, 2020/07/16
- 76/110: gnu: Add maven-3.0-core., guix-commits, 2020/07/16
- 78/110: gnu: Add maven-shared-utils-3.0., guix-commits, 2020/07/16
- 86/110: gnu: Add maven-enforcer-plugin., guix-commits, 2020/07/16
- 67/110: gnu: Add java-eclipse-aether-impl., guix-commits, 2020/07/16
- 75/110: gnu: Add maven-3.0-aether-provider., guix-commits, 2020/07/16
- 61/110: gnu: Add java-sonatype-aether-util., guix-commits, 2020/07/16
- 65/110: gnu: Add java-eclipse-aether-test-util., guix-commits, 2020/07/16
- 70/110: gnu: Add maven-3.0-settings., guix-commits, 2020/07/16