[RelEng] Migrate repo.eclipse.org links to new Nexus3 schema#3719
Conversation
Replace the last path segment in repo.eclipse.org URL using the following rules (with the project's short name): - <short_name>-snapshots -> <short_name>-maven2-snapshots - <short_name>-releases -> <short_name>-maven2-releases - <short_name> -> <short_name>-maven2
The deployment on the master still fails, but e.g. the deployment to Maven still works even with the old URLs. |
Asked the IT team for help: |
That fixed it. The parent-pom and sdk-target are now deployed again as desired. |
At the same time the deployment to Maven failed again now. |
Replace the last path segment in repo.eclipse.org URL using the following rules (with the project's short name):
Following the announcement at
This will hopefully fix the failure in deploying the parent-pom and sdk target to the eclipse maven snapshot repository.
In general the links in all submodules could be updated too, but atm. it seems like the redirects from the old schema still work.