guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/14: gnu: java-commons-math3: Install to maven repository.


From: guix-commits
Subject: 10/14: gnu: java-commons-math3: Install to maven repository.
Date: Tue, 22 Jun 2021 07:11:37 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 887410838628a9a1d5c15e71a6e48f4afd9ec33b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Jun 1 00:44:23 2021 +0200

    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(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b34e31a..dd30e70 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]