mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: maven-dependency-tree: Update to 3.1.0.
* gnu/packages/maven.scm (maven-dependency-tree): Update to 3.1.0.
This commit is contained in:
parent
5fef46005c
commit
76133fb764
1 changed files with 5 additions and 4 deletions
|
@ -2731,7 +2731,7 @@ (define-public maven-archiver
|
|||
(define-public maven-dependency-tree
|
||||
(package
|
||||
(name "maven-dependency-tree")
|
||||
(version "3.0.1")
|
||||
(version "3.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/maven/shared/"
|
||||
|
@ -2739,20 +2739,21 @@ (define-public maven-dependency-tree
|
|||
"-source-release.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mxfslxvcmjs13jl30zhcg672j970dzn6ihh79w9ajh6sfqmlds2"))))
|
||||
"1vhcd3lmbyy8q61c37sqgbllqj4ypkxm344l6pb05mkchlyk5dy5"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "maven-dependency-tree.jar"
|
||||
#:source-dir "src/main/java"
|
||||
#:tests? #f; no tests
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
(install-from-pom "pom.xml")))))
|
||||
(propagated-inputs
|
||||
(list maven-3.0-core java-plexus-component-annotations
|
||||
maven-parent-pom-30))
|
||||
maven-parent-pom-34))
|
||||
(inputs
|
||||
(list java-sonatype-aether-api java-sonatype-aether-util
|
||||
(list java-sonatype-aether-api-1.13 java-sonatype-aether-util-1.13
|
||||
java-eclipse-aether-api java-eclipse-aether-util))
|
||||
(native-inputs
|
||||
(list unzip java-junit))
|
||||
|
|
Loading…
Reference in a new issue