Doing a plugin build using Tycho/Maven. The plugin has a dependency on Zest 1.7.0.201606061308 (org.eclipse.zest.feature.group).
The build was working correctly prior to the 2020-03 release. Now I am getting the error below.
Is this an Eclipse repository error? Appreciate any suggestions on how to fix or work-around.
Thanks.
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: net.certiv:net.certiv.antlr.dt.core:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.core\pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/
[INFO] Adding repository https://download.eclipse.org/releases/2020-03
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-03/ (482B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-03/
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/202003181000/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-03/202003181000/
[INFO] Adding repository file:/D:/DevFiles/Eclipse/Update
[INFO] Resolving dependencies of MavenProject: net.certiv:net.certiv.antlr.dt.core:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.core\pom.xml
[INFO] Resolving class path of MavenProject: net.certiv:net.certiv.antlr.dt.core:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.core\pom.xml
[INFO] Computing target platform for MavenProject: net.certiv:net.certiv.antlr.dt.ui:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: net.certiv:net.certiv.antlr.dt.ui:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.ui\pom.xml
[INFO] Resolving class path of MavenProject: net.certiv:net.certiv.antlr.dt.ui:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.ui\pom.xml
[INFO] Computing target platform for MavenProject: net.certiv:net.certiv.antlr.dt.vis:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.vis\pom.xml
[INFO] Resolving dependencies of MavenProject: net.certiv:net.certiv.antlr.dt.vis:4.10.0-SNAPSHOT @ D:\DevFiles\Eclipse\Tools\Editors\net.certiv.antlr.dt\net.certiv.antlr.dt.vis\pom.xml
[INFO] Unpacking org.eclipse.zest.core_1.5.300.201606061308...
[ERROR] The following artifacts could not be downloaded:
[ERROR] osgi.bundle,org.eclipse.zest.core,1.5.300.201606061308
[ERROR] Internal error: java.lang.RuntimeException: Some required artifacts could not be downloaded. See log output for details. -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Some required artifacts could not be downloaded. See log output for details.