My update site looks like
http://<host>:<port>/jenkins/job/.../target/site/site.xml
When I try to update eclipse using this update site, eclipse automatically suffixes it with /content.xml.
After which I get a p2.core.ProvisionException stating unable to read repository.
What can be done to avoid this additional appending of content.xml causing this issue.
You don't normally include the
site.xmlin the update site URL so just specify:Eclipse should look for
site.xml(old style update site) andcontent.xml(p2 repository style update site).