There was an error while loading. Please reload this page.
Bukkit uses Maven 3 to build and package from source to jar.
Download Maven 3 at: http://maven.apache.org/download.html
To get (a probably old) Maven do the following:
sudo apt-get install maven2
/opt/maven/bin/mvn
sudo pacman -S maven
brew install maven
Go to the root of your local repository (where pom.xml is located) and execute the following:
pom.xml
mvn clean install
Maven will compile, create and locally install the jar file. If this executed successfully, target/bukkit-*-SNAPSHOT.jar has been created.
target/bukkit-*-SNAPSHOT.jar
To clean your directory use:
mvn clean
Please note that we compile against Java 1.5, if you find yourself in need of Java 1.6 methods, please take a look at: org.bukkit.util.Java15Compat
org.bukkit.util.Java15Compat