I've seen a lots of posts around Maven and multiple repositories with single server credentials like this one.
However the general given solution is always for deploying artifact with the distributionManagement
tag, which is not the needed answer. (we need to install deps -> repositories
tag is needed)
Is there any other solution than having two duplicated server
entries with same credentials but different ids?