guix: maven: Simplify finding version and group information.
authorJulien Lepiller <julien@lepiller.eu>
Mon, 31 May 2021 22:44:15 +0000 (00:44 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Tue, 22 Jun 2021 11:09:57 +0000 (13:09 +0200)
commit573b43c11675a2a125ab8c7d930f32e11f9d3acb
treef210920bfd80d75025442c7dd1c3acca6c5307fb
parent4c98db94b0271aa5371ff00cf98c0ebc70ab1a8d
guix: maven: Simplify finding version and group information.

* guix/build/maven/pom.scm (pom-version, pom-groupid): Do not use inputs
and local packages information anymore. Adapt file to new arguments.
* guix/build/maven-build-system.scm: Adapt to new arguments.
* guix/build/java-utils.scm: Adapt to new arguments.
guix/build/java-utils.scm
guix/build/maven-build-system.scm
guix/build/maven/pom.scm