From 24c498ef25b3f87aed73fa0560f66f4f4573b7d3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 13 Feb 2024 18:35:09 +0100 Subject: [PATCH] Created the pom.xml --- pom.xml | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..acc3adc --- /dev/null +++ b/pom.xml @@ -0,0 +1,139 @@ + + + 4.0.0 + + de.gnmyt + MCDash-Wrapper + 1.0.0 + + + 8 + 8 + + + + + + webui/dist + webui + + + src/main/resources + + * + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.1.1 + + + npm install + pre-clean + + exec + + + webui + npm + + install + + + + + npm run build + pre-clean + + exec + + + webui + npm + + run + build + + + + + + + maven-assembly-plugin + + false + MCDash-Wrapper + + + de.gnmyt.mcdash.MCDashWrapper + + + ${project.version} + + + + jar-with-dependencies + + + + + + + + + + + com.squareup.okhttp3 + okhttp + 4.12.0 + + + + + org.apache.logging.log4j + log4j-api + 2.20.0 + + + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.20.0 + + + + + com.google.code.gson + gson + 2.10.1 + + + + + commons-io + commons-io + 2.15.1 + + + + + org.reflections + reflections + 0.10.2 + + + + \ No newline at end of file