I wuld like to deploy an open source project that publishes dependencies and
has source code available to my repository. The project uses maven 2, and I
use maven 2. When I invoke maven deploy, maven gleefully attempts to deploy
it to the projects repository and then fails (naturally) as it can't
authenticate. I don't want to have to (as I tend to svn update their code
frequently) modify their pom to configure a second repository/server. what's
the best way to introduce a seperate server into the deployment process
without really touching their code? Thanks,
Josh