equo-ide
equo-ide copied to clipboard
Maven Central Mapping heuristics does not respect useMavenCentral=false
Scenario:
useMavenCentral(false) is set in P2Model
Expected outcomes:
- When running
equoList --installed, features and plugins should not resolve to eithermaven centralormaven central? -
p2depsshould not attempt to pull features and plugins from the list ofrepositoriesdefined in the project. They should pull from the p2repo only.
Actual outcomes:
- When running
equoList --installed, some features and plugins (for example,org.eclipse.osgi) still showmaven central? - Plugins are pulled from the project's
repositorieslist (as, for example,org.eclipse.platform:org.eclipse.osgi:<version>), not from the definedp2repo, and the build will fail if the plugin isn't found in the repositories.