There was an error while loading. Please reload this page.
Bukkit uses Maven to build and package from source to jar.
To get Maven do the following:
sudo apt-get install maven2
/opt/maven/bin/mvn
sudo pacman -S maven
Go to the root of your local repository (where pom.xml is located) and execute the following:
pom.xml
mvn install
Maven will compile and create a jar file. If this executed successfully, target/bukkit-0.0.1-SNAPSHOT.jar has been created.
target/bukkit-0.0.1-SNAPSHOT.jar
To clean your directory use:
mvn clean