guix: Add maven-build-system.
authorJulien Lepiller <julien@lepiller.eu>
Sat, 27 Jun 2020 22:07:50 +0000 (00:07 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Fri, 17 Jul 2020 02:21:22 +0000 (04:21 +0200)
commit55b90c90532cd50617fb3dd56173f96de1cbe0b3
tree5a6c014bf838a455172d926f846cb031bdd75250
parent562408a8c00fe12376f242ba52a231a79ab997f8
guix: Add maven-build-system.

* guix/build-system/maven.scm: New file.
* guix/build/maven-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document the maven build system.
Makefile.am
doc/guix.texi
guix/build-system/maven.scm [new file with mode: 0644]
guix/build/maven-build-system.scm [new file with mode: 0644]