I'm trying to use the Maven deploy plugin to upload an additional file to our online public repository.

When I specify
<url>sftp://gerardw,conn...@frs.sourceforge.net:/home/groups/c/co/connjur/htdocs/m2_repo</url>

in the distributionManagement section of my pm, maven reads the necessary authentication info from settings.xml and everything works great.

When I attempt the same specification in the maven-deploy-plugin configuration, it appears to ignore the user name and tries to login into
frs.sourceforge.net using my local username.

Is their a way to specify a user name to the maven deploy plugin?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to