From 887410838628a9a1d5c15e71a6e48f4afd9ec33b Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 1 Jun 2021 00:44:23 +0200 Subject: gnu: java-commons-math3: Install to maven repository. * gnu/packages/java.scm (java-commons-math3)[phases]: Use install-from-pom. --- gnu/packages/java.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index b34e31a612..dd30e70635 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -5855,7 +5855,7 @@ overly clever.") #t)) ;; There is no install target. (replace 'install - (install-jars "target"))))) + (install-from-pom "pom.xml"))))) (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) -- cgit v1.2.3