On 27/10/13 18:59, Claude Warren wrote:
I am attempting to build the entire jena package from scratch. I find that
jena-jdbc depends upon jena-spatial 1.0.1-SNAPSHOT but the build doesn't
build seem to build it. Any idea how to fix this -- OK, I know I can build
jena-spatial by hand but there seems to be something wrong with the build.
Claude
It looks like it is because of the tests:
mvn dependency:tree ==>
[INFO] +- org.apache.jena:jena-fuseki:jar:1.0.1-SNAPSHOT:test
includes fuseki, includes jena-spatial.
The Jenkins jobs build from clean each time. The main POM does spatial
and fuseki before jena-jdbc so it should work (tm).
The release build was done with an initially empty repo.
Are you doing "mvn install" in the top directory?
Andy