HowTo BuildSKOSPlayFromSources - sparna-git/skos-play GitHub Wiki
How to build SKOS Play from the source code
You will need Java and Maven installed on your machine to compile SKOS Play.
checkout the source code
git clone https://github.com/sparna-git/skos-play.git
Compile
cd skos-play/fr.sparna
mvn clean install
Get the compiled application
The SKOS Play war file is generated under skos-play/fr.sparna/rdf/skos/skos-play/target/skos-play-[version].war