On 01/09/16 09:20, Mikael Pesonen wrote:
How do I get the snapshot? I found this page
https://builds.apache.org/job/Jena_Development_Deploy/lastStableBuild/
but how to download?
Mikael
The builds end up in a maven repo:
https://repository.apache.org/content/repositories/snapshots/org/apache/jena/
and you want the "apache-jena-fuseki" module of the SNAPSHOT version:
https://repository.apache.org/content/repositories/snapshots/org/apache/jena/apache-jena-fuseki/2.4.1-SNAPSHOT/
Make sure you scroll down: the newest is at the bottom (just at the
moment it is "20160831.100731-60"
Andy