guix: java-utils: Add Maven-related phases.
authorJulien Lepiller <julien@lepiller.eu>
Sun, 5 Apr 2020 17:54:29 +0000 (19:54 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Fri, 17 Jul 2020 02:10:28 +0000 (04:10 +0200)
commit3d3bc413b4288fbf45a61fb2136387878375ebef
tree03447ed4f43ce6044d9d5b8950b45fe50b0f52ba
parent5654eef7e9d32e3a1981417d5db7de7b4f9f5391
guix: java-utils: Add Maven-related phases.

* guix/build/maven/java.scm: New file.
* guix/build/maven/plugin.scm: New file.
* guix/build/maven/pom.scm: New file.
* Makefile.am (MODULES): Add them.
* guix/build-system/ant.scm (%ant-build-system-modules): Add them to the
build side.
* guix/build/java-utils.scm (generate-plugin.xml, install-pom-file)
(install-from-pom): New procedures.
Makefile.am
guix/build-system/ant.scm
guix/build/java-utils.scm
guix/build/maven/java.scm [new file with mode: 0644]
guix/build/maven/plugin.scm [new file with mode: 0644]
guix/build/maven/pom.scm [new file with mode: 0644]