aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-04-05 19:54:29 +0200
committerJulien Lepiller <julien@lepiller.eu>2020-07-17 04:10:28 +0200
commit3d3bc413b4288fbf45a61fb2136387878375ebef (patch)
tree03447ed4f43ce6044d9d5b8950b45fe50b0f52ba /Makefile.am
parent5654eef7e9d32e3a1981417d5db7de7b4f9f5391 (diff)
downloadguix-3d3bc413b4288fbf45a61fb2136387878375ebef.tar
guix-3d3bc413b4288fbf45a61fb2136387878375ebef.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 20d43cd130..c067e37c5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -212,6 +212,9 @@ MODULES = \
guix/build/emacs-utils.scm \
guix/build/java-utils.scm \
guix/build/lisp-utils.scm \
+ guix/build/maven/java.scm \
+ guix/build/maven/plugin.scm \
+ guix/build/maven/pom.scm \
guix/build/graft.scm \
guix/build/bournish.scm \
guix/build/qt-utils.scm \