I saw build failures in:
https://builds.apache.org/job/Sling/job/sling-org-apache-sling-distribution-journal-it/job/master/259/console
It seems the problem is related to the change of maven central offering
https now exclusively.
For normal maven builds this works as recent maven versions also use https.
Unfortunately it seems pax exam still (aether) still
uses http, so it fails.
I was able to work around this by setting:repository("
https://repo1.maven.org/maven2").id("central")in the pax exam configuration.
Unfortunately I think I hit a pax exam error. In sling TestSupport we
already define such a repository for apache snapshots. Now when adding
another one pax exam fails with some error stating that the repo url would
begin with "+" which is invalid.
I worked around that by redefining the base configuration
without adding the apache snapshot repo.This solution might not work for
your case.
Christian
--
--
Christian Schneider
http://www.liquid-reality.de
Computer Scientist
http://www.adobe.com