(copied over from other email to make it easier to see)
Integrated pull request #29 and I've closed JENA-190.
There were still problems in Jenkins.
I've tried to fix this but I'm not an OSGi expert so I would appreciate
someone (Stian, for example ...) check I understood the issue and fixed
it correctly.
=== Problem
https://builds.apache.org/user/andy/my-views/view/Jena/job/Jena_Development_Test/1752/consoleFull
and search for
"Running org.apache.jena.osgi.test.JenaOSGITest"
---------------------------
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Error resolving
artifactorg.apache.jena:jena-osgi:jar:2.13.0-SNAPSHOT:Could not find
artifact org.apache.jena:jena-osgi:jar:2.13.0-SNAPSHOT in central
(http://repo1.maven.org/maven2/)
...
Results :
Tests in error:
JenaOSGITest.org.apache.jena.osgi.test.JenaOSGITest ยป TestContainer
Problem st...
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[ERROR] There are test failures.
---------------------------
There is never going to be a SNAPSHOT in central. Why isn't it looking
in http://repository.apache.org/snapshots?
I tried setting the parent to be apache-jena-osgi but that did no help.
Guess: <repositories> does not get inherited but it was being picked
up from settings.xml.
== Another Problem
There was also a maven warning due to 2 surefire declarations.
theylooked the same so I fixed that by removing one.
Andy