Where did the EclipseLink/Maven repository go to?

前端 未结 6 1857
予麋鹿
予麋鹿 2021-01-04 07:55

The link quoted on the EclipseLink/Maven wiki ends on an Error 403 page on switch.ch. If you are redirected to a better mirror then that would already be the answer.

6条回答
  •  渐次进展
    2021-01-04 08:44

    The URL from that page

    • http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo

    works for me and redirects to

    • http://eclipse.ialto.org/rt/eclipselink/maven.repo/

    However, inside a pom.xml, I had to escape the &:

      
        
          eclipselink
          http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo/
        
      
    

提交回复
热议问题