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,[email protected]:/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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to