Skip to content

HowTo BuildSKOSPlayFromSources

Thomas Francart edited this page Oct 12, 2018 · 6 revisions

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