tycho icon indicating copy to clipboard operation
tycho copied to clipboard

Support maven-repositories as a mirror for P2 artifacts

Open laeubi opened this issue 2 years ago • 0 comments

Currently we support P2 mirrors, but given that an artifact has proper P2 metat-data we could also query maven-central (or any maven repository configured) for the artifact as well.

I could think of a setting in the target platform <useMavenAsMirror> with values of

  • never (default)
  • always (query maven before any other mirror)
  • fallback (query the maven repo if all p2 mirrors fail)

laeubi avatar Feb 22 '22 05:02 laeubi