Say I wan't to install artifacts from two GitHub users. I would have to add these two Maven repositories:
- https://maven.pkg.github.com/USER1 - https://maven.pkg.github.com/USER2
Another case - someone deletes their GH account and another user takes it: https://blog.sonatype.com/hijacking-of-a-known-github-id-go-...
Docs: https://help.github.com/en/articles/configuring-maven-for-us...
As for account hijacking... I guess GH needs to track account deletions and append incrementing suffixes to usernames under the repository.
As for account hijacking... I guess GH needs to track account deletions and append incrementing suffixes to usernames under the repository.