nexus-public
nexus-public copied to clipboard
Some items cannot be retrieved by proxy in the p2 repository
Create URL in p2 repository with the following specification
URL:http://download.eclipse.org/technology/m2e/releases/latest/
setup eclipse, and update via plugin. but some jar cannot download.
plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar is working, but org.mortbay.jasper.apache-el_9.0.83.jar is not working due to following error.
com.sonatype.nexus.repository.p2.orient.internal.proxy.OrientP2ProxyFacet - Exception java.io.IOException: invalid manifest format checking remote for update, proxy repo p2-m2eclipse-latest failed to fetch http://download.eclipse.org/technology/m2e/releases/latest/plugins/org.mortbay.jasper.apache-el_9.0.83.jar, content not in cache.
what is 'invalid manifest format ' and how can I resolve this ?