From e940640b8a42d2203bbedcc2e296a4f279a9e1dc Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Wed, 31 Jan 2024 20:01:17 -0500 Subject: Add a new grammar and tweak a few things --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2cbc6db..caa3fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -35,8 +35,23 @@ 3.0.2 - maven-compiler-plugin - 3.8.0 + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + add-source + generate-sources + + add-source + + + + src/example/java + + + + maven-surefire-plugin -- cgit v1.2.3