[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/110: gnu: Add java-sonatype-aether-util.
From: |
guix-commits |
Subject: |
61/110: gnu: Add java-sonatype-aether-util. |
Date: |
Thu, 16 Jul 2020 22:23:28 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 8815719c96156023e1f4d10868b11c0b6b36d4f9
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 27 15:36:31 2020 +0200
gnu: Add java-sonatype-aether-util.
* gnu/packages/maven.scm (java-sonatype-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 5a8e730..153671c 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -430,6 +430,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-sonatype-aether-util
+ (package
+ (inherit java-sonatype-aether-api)
+ (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)))
+ (native-inputs
+ `(("java-junit" ,java-junit)
+ ("java-sonatype-aether-test-util" ,java-sonatype-aether-test-util)))
+ (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")
- 72/110: gnu: Add maven-3.0-model-builder., (continued)
- 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
- 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 <=
- 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
- 73/110: gnu: Add maven-3.0-plugin-api., guix-commits, 2020/07/16
- 74/110: gnu: Add maven-3.0-repository-metadata., guix-commits, 2020/07/16
- 77/110: gnu: Add maven-3.0-compat., guix-commits, 2020/07/16
- 80/110: gnu: Add maven-file-management., guix-commits, 2020/07/16
- 81/110: gnu: Add maven-archiver., guix-commits, 2020/07/16
- 83/110: gnu: Add maven-common-artifact-filters., guix-commits, 2020/07/16
- 84/110: gnu: Add maven-enforcer-api., guix-commits, 2020/07/16
- 89/110: gnu: Add maven-install-plugin., guix-commits, 2020/07/16