diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..604388b --- /dev/null +++ b/pom.xml @@ -0,0 +1,94 @@ + + 4.0.0 + + me.viper + ServerRestorer-Reborn + 2.0 + ServerRestorer + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + 17 + 1.21.4-R0.1-SNAPSHOT + UTF-8 + UTF-8 + + + + ${project.artifactId} + install + + + + src/main/resources + + **/*.java + + + + ${basedir}/src/main/resources + true + + plugin.yml + config.yml + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + src/main/java + + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + + + commons-net + commons-net + 3.6 + + + + + com.jcraft + jsch + 0.1.55 + + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + +