[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/110: gnu: Add java-eclipse-aether-test-util.
From: |
guix-commits |
Subject: |
65/110: gnu: Add java-eclipse-aether-test-util. |
Date: |
Thu, 16 Jul 2020 22:23:29 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 7a85b602ca7102a6141c55c0936fe41757f57a41
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 27 15:49:25 2020 +0200
gnu: Add java-eclipse-aether-test-util.
* gnu/packages/maven.scm (java-eclipse-aether-test-util): New variable.
---
gnu/packages/maven.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index bfbe21c..5e6d7ae 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -538,6 +538,24 @@ ease usage of the repository system.")))
(description "This package contains the service provider interface (SPI)
for repository system implementations and repository connectors.")))
+(define-public java-eclipse-aether-test-util
+ (package
+ (inherit java-eclipse-aether-api)
+ (name "java-eclipse-aether-test-util")
+ (arguments
+ `(#:jar-name "aether-test-util.jar"
+ #:source-dir "aether-test-util/src/main/java"
+ #:test-dir "aether-test-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)
+ ("java-eclipse-aether-spi" ,java-eclipse-aether-spi)))
+ (synopsis "Utility classes for testing the maven repository system")
+ (description "This package contains a collection of utility classes to
+ease testing of the repository system.")))
+
(define-public maven-shared-utils
(package
(name "maven-shared-utils")
- 79/110: gnu: add maven-shared-io., (continued)
- 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, 2020/07/16
- 65/110: gnu: Add java-eclipse-aether-test-util.,
guix-commits <=
- 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
- 95/110: gnu: Add java-plexus-compiler-manager., guix-commits, 2020/07/16