Skip to content

Contributing Compiling

Redraskal edited this page Jun 28, 2017 · 1 revision

(Important bits for contributing are here for now, more information soontm)

To build the Arcadia-Spigot project, simply type mvn clean package in the command line. Please note in order to properly build the project, you need UltraCosmetics installed as a maven dependency. Simply download the latest version, and run:

mvn install:install-file -Dfile=<LOCATION OF ULTRACOSMETICS JAR FILE> -DgroupId=be.isach -DartifactId=ultracosmetics -Dversion=1.0 -Dpackaging=jar

Clone this wiki locally