Can I have multiple repositories in Maven settings.xml with a single server credentials?
We\'re using Maven 3.0.4 to deploy artifacts to Nexus pro version 2.2.1
Yes, at least I believe this should work.
Instead of
SNAPSHOTS http://server/nexus/content/repositories/SNAPSHOTS
Use
nexus SNAPSHOTS http://server/nexus/content/repositories/SNAPSHOTS
Then just reference nexus as your server id.