From 3ef6836c6f18ac46b1e42e356ef75417577b36c7 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Tue, 14 Jul 2026 18:11:23 +0100 Subject: Move pom.xml for Java project using JUnit to templates directory --- examples/templates/java-junit/pom.xml | 73 +++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 examples/templates/java-junit/pom.xml (limited to 'examples/templates/java-junit') diff --git a/examples/templates/java-junit/pom.xml b/examples/templates/java-junit/pom.xml new file mode 100644 index 0000000..5da44a5 --- /dev/null +++ b/examples/templates/java-junit/pom.xml @@ -0,0 +1,73 @@ + + 4.0.0 + + org.zwobble.hobgoblin.examples + example + 1.0-SNAPSHOT + + + UTF-8 + 25 + 25 + + + + + + org.junit + junit-bom + 5.9.3 + pom + import + + + + + + + org.zwobble.precisely + precisely + 0.1.5 + + + org.junit.jupiter + junit-jupiter + test + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.1 + + + add-source + generate-sources + + add-source + + + + src/gen/java + + + + + + + + + + + maven-surefire-plugin + 3.1.0 + + + + + -- cgit v1.2.3