diff --git a/plugins/railswitch-paper/pom.xml b/plugins/railswitch-paper/pom.xml index 3c0ba1786..332fe998d 100644 --- a/plugins/railswitch-paper/pom.xml +++ b/plugins/railswitch-paper/pom.xml @@ -1,100 +1,138 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 + http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + sh.okx.railswitch + RailSwitch + jar + 1.4.0 + RailSwitch + https://github.com/civclassic/railswitch - sh.okx.railswitch - RailSwitch - jar - 1.3.5 + + 1.8 + UTF-8 + UTF-8 + ${project.groupId}.${project.artifactId}Plugin + 1.14 + - RailSwitch - https://github.com/civclassic/railswitch + + ${project.artifactId}-${project.version}-${minecraft.version} + + + ${basedir} + + LICENSE.txt + README.md + + + + src/main/resources/ + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.compile.version} + ${java.compile.version} + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + false + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.1 + + + package + + shade + + + false + + + + Maven + + + + + + + + + - - 1.8 - 1.8 - UTF-8 - UTF-8 - - - - - - ${basedir}/src/main/resources - - *.yml - - true - - - ${basedir} - - LICENSE.txt - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.0 - - - https://build.devotedmc.com/job/Style-guide-master/lastSuccessfulBuild/artifact/src/main/resources/devoted_checks.xml - - true - false - - - - checkstyle - - checkstyle - - prepare-package - - - - - - - - - org.spigotmc - spigot-api - 1.12.2-R0.1-SNAPSHOT - provided - - - vg.civcraft.mc.civmodcore - CivModCore - 1.6.2 - provided - - - vg.civcraft.mc.namelayer - NameLayer - 2.11.2 - provided - - - vg.civcraft.mc.citadel - Citadel - 3.11.4 - provided - - - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - devoted-repo - http://build.devotedmc.com/plugin/repository/everything/ - - + + + org.spigotmc + spigot-api + 1.14.4-R0.1-SNAPSHOT + provided + + + vg.civcraft.mc.civmodcore + CivModCore + 1.7.8 + provided + + + vg.civcraft.mc.namelayer + NameLayer + 2.13.1 + provided + + + vg.civcraft.mc.citadel + Citadel + 4.0.1 + provided + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + devoted-repo + http://build.devotedmc.com/plugin/repository/everything/ + + +