diff --git a/pom.xml b/pom.xml index 34123f1..c3b2f91 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,6 @@ com.ilummc.bugrepgui BugRepGUI b - - - . - ${basedir} - - bungeecord-repo @@ -25,6 +19,13 @@ + + + + . + ${basedir} + + org.apache.maven.plugins diff --git a/target/classes/pom.xml b/target/classes/pom.xml new file mode 100644 index 0000000..c3b2f91 --- /dev/null +++ b/target/classes/pom.xml @@ -0,0 +1,75 @@ + + + 4.0.0 + + com.ilummc.bugrepgui + BugRepGUI + b + + + bungeecord-repo + https://oss.sonatype.org/content/repositories/snapshots + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + + + . + ${basedir} + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + + default-compile + compile + + compile + + + + + 1.8 + 1.8 + GBK + + + + + + + + net.md-5 + bungeecord-api + 1.7-SNAPSHOT + jar + provided + + + + org.spigotmc + spigot-api + 1.8.3-R0.1-SNAPSHOT + provided + + + + org.bukkit + bukkit + 1.8.3-R0.1-SNAPSHOT + provided + + + \ No newline at end of file