Community
Participate
Working Groups
I think the eclipse-parent pom contains some wrong repository URLs: in http://git.eclipse.org/c/dash/org.eclipse.dash.maven.git/tree/eclipse-parent/pom.xml : line 225 s/<url>http://maven.eclipse.org/public</url>/ <url>http://maven.eclipse.org/nexus/content/groups/public</url>/ line 241 s/<url>http://maven.eclipse.org/milestone</url>/ <url>http://maven.eclipse.org/nexus/content/groups/milestone</url>/ line 257 s/<url>http://maven.eclipse.org/integration</url>/ <url>http://maven.eclipse.org/nexus/content/groups/integration</url>/ line 273 s/<url>http://maven.eclipse.org/nightly</url>/ <url>http://maven.eclipse.org/nexus/content/groups/nightly</url>/ same problem in egit-parent version 2
Created attachment 202279 [details] git patch for this problem