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/10-transient-0/output/java-junit/pom.xml | 74 +---------------------- examples/templates/java-junit/pom.xml | 73 ++++++++++++++++++++++ 2 files changed, 74 insertions(+), 73 deletions(-) mode change 100644 => 120000 examples/10-transient-0/output/java-junit/pom.xml create mode 100644 examples/templates/java-junit/pom.xml diff --git a/examples/10-transient-0/output/java-junit/pom.xml b/examples/10-transient-0/output/java-junit/pom.xml deleted file mode 100644 index 5da44a5..0000000 --- a/examples/10-transient-0/output/java-junit/pom.xml +++ /dev/null @@ -1,73 +0,0 @@ - - 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 - - - - - diff --git a/examples/10-transient-0/output/java-junit/pom.xml b/examples/10-transient-0/output/java-junit/pom.xml new file mode 120000 index 0000000..445fa65 --- /dev/null +++ b/examples/10-transient-0/output/java-junit/pom.xml @@ -0,0 +1 @@ +../../../templates/java-junit/pom.xml \ No newline at end of file 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