diff --git a/VirtualComputer/pom.xml b/VirtualComputer/pom.xml new file mode 100644 index 0000000..899b2e2 --- /dev/null +++ b/VirtualComputer/pom.xml @@ -0,0 +1,89 @@ + + 4.0.0 + io.github.NorbiPeti + VirtualComputer + 1.2-SNAPSHOT + + src + + + src + + **/*.java + + + + . + + *.dll + *.yml + + + + + + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.2 + + + package + + shade + + + + + org.virtualbox:VirtualBox + + + + + + + + + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + repo + file://${basedir}/repo + + + + + org.spigotmc + spigot-api + 1.9.2-R0.1-SNAPSHOT + provided + + + net.countercraft + Movecraft + 3.0.0 + provided + + + org.virtualbox + VirtualBox + 5.1 + + + \ No newline at end of file