[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/110: gnu: Add java-eclipse-aether-util.
From: |
guix-commits |
Subject: |
66/110: gnu: Add java-eclipse-aether-util. |
Date: |
Thu, 16 Jul 2020 22:23:29 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 47b4ed504d945ee87936939cf68e6e5690083e3b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 27 15:50:08 2020 +0200
gnu: Add java-eclipse-aether-util.
* gnu/packages/maven.scm (java-eclipse-aether-util): New variable.
---
gnu/packages/maven.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index 5e6d7ae..82e9db2 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -556,6 +556,26 @@ for repository system implementations and repository
connectors.")))
(description "This package contains a collection of utility classes to
ease testing of the repository system.")))
+(define-public java-eclipse-aether-util
+ (package
+ (inherit java-eclipse-aether-api)
+ (name "java-eclipse-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-eclipse-aether-api" ,java-eclipse-aether-api)))
+ (native-inputs
+ `(("java-eclipse-aether-test-util" ,java-eclipse-aether-test-util)
+ ("java-junit" ,java-junit)))
+ (synopsis "Utility classes for the maven repository system")
+ (description "This package contains a collection of utility classes to
+ease usage of the repository system.")))
+
(define-public maven-shared-utils
(package
(name "maven-shared-utils")
- 52/110: gnu: maven-wagon-provider-api: Update to 3.3.4., (continued)
- 52/110: gnu: maven-wagon-provider-api: Update to 3.3.4., guix-commits, 2020/07/16
- 34/110: gnu: Add maven-parent-pom-30., guix-commits, 2020/07/16
- 36/110: gnu: Add maven-parent-pom-15., guix-commits, 2020/07/16
- 44/110: gnu: java-plexus-utils: Update to 3.2.1., guix-commits, 2020/07/16
- 48/110: gnu: java-plexus-archiver: Update to 4.2.2., guix-commits, 2020/07/16
- 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 <=
- 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, 2020/07/16
- 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