Sorry if this has been asked and answered.

Despite having set the remote username and password in my settings.xml like
so

<server>
            <id>someservername.com</id>
            <username>remoteuser</username>
            <password>remotepass</password>
 </server>

and then in my pom configured like so:

<distributionManagement>
        <site>
            <id>someservername.com</id>
            <url>someurl</url>
        </site>
</distributionManagement>

The site deploy goal consistently attempts to login to
someservername.comwith my windows username, and prompts me for my
windows password.

I'm on maven 2.0.6.

Anyone been able to get this to work?

-z

Reply via email to