summaryrefslogtreecommitdiff
path: root/guix/build/maven/java.scm
AgeCommit message (Collapse)Author
2022-02-05guix: maven: Fix java parser.Julien Lepiller
* guix/build/maven/java.scm (comment, comment-chr): Support more comment styles.
2020-07-17guix: java-utils: Add Maven-related phases.Julien Lepiller
* 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.