gnu: java-commons-math3: Install to maven repository.
* gnu/packages/java.scm (java-commons-math3)[phases]: Use install-from-pom.master
parent
01706f6e00
commit
8874108386
|
@ -5855,7 +5855,7 @@ overly clever.")
|
||||||
#t))
|
#t))
|
||||||
;; There is no install target.
|
;; There is no install target.
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(install-jars "target")))))
|
(install-from-pom "pom.xml")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
|
|
Reference in New Issue