From 59fcef47d9ee1379d0fb0e0228521f269d9d3761 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 5 Jul 2024 02:21:13 -0400 Subject: First commit --- pom.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..37a8859 --- /dev/null +++ b/pom.xml @@ -0,0 +1,71 @@ + + + 4.0.0 + + net.sowgro.PlayersSleepingPercentage + PlayersSleepingPercentage + 1.0-SNAPSHOT + jar + + PlayersSleepingPercentage + + + 1.8 + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + + + + src/main/resources + true + + + + + + + spigotmc-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + sonatype + https://oss.sonatype.org/content/groups/public/ + + + + + + org.spigotmc + spigot-api + 1.16.5-R0.1-SNAPSHOT + provided + + + -- cgit v1.2.3