From 041c33ae55dd847a3b611c8937fa954e23436f67 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Sat, 18 Apr 2026 12:44:28 +0100 Subject: Add pom.xml --- pom.xml | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7c2a6bf --- /dev/null +++ b/pom.xml @@ -0,0 +1,184 @@ + + + + 4.0.0 + + org.zwobble.hobgoblin + hobgoblin + 0.1.0 + jar + + hobgoblin + A consistent language for data and queries + https://github.com/mwilliamson/hobgoblin + + + + The BSD 2-Clause License + https://opensource.org/licenses/BSD-2-Clause + + + + + + Michael Williamson + + + + + scm:git:git@github.com:mwilliamson/hobgoblin.git + scm:git:git@github.com:mwilliamson/hobgoblin.git + git@github.com:mwilliamson/hobgoblin.git + + + + GitHub + https://github.com/mwilliamson/hobgoblin/issues + + + + UTF-8 + 25 + 25 + + + + + + org.junit + junit-bom + 5.9.3 + pom + import + + + + + + + org.zwobble.source-text + source-text + 0.1.0 + + + org.junit.jupiter + junit-jupiter + test + + + org.zwobble.precisely + precisely + 0.1.5 + test + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + + + + + + maven-clean-plugin + 3.2.0 + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.11.0 + + 21 + 21 + + + + maven-surefire-plugin + 3.1.0 + + + maven-jar-plugin + 3.3.0 + + + maven-install-plugin + 3.1.1 + + + maven-deploy-plugin + 3.1.1 + + + maven-site-plugin + 3.12.1 + + + maven-project-info-reports-plugin + 3.4.4 + + + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.2 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + -- cgit v1.2.3