From 8815719c96156023e1f4d10868b11c0b6b36d4f9 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 27 Jun 2020 15:36:31 +0200 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm index 5a8e7303e3..153671c387 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") -- cgit v1.2.3