Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | build-system/maven: Make default-maven-plugins a procedure. | Christopher Baines | |
This allows compiling the module without the (gnu packages maven) module being available. * guix/build-system/maven.scm (%default-maven-plugins): Rename to default-maven-plugins, and convert to a procedure. * doc/guix.texi (maven-build-system): Update. | |||
2020-07-17 | guix: Add maven-build-system. | Julien Lepiller | |
* 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. |