Hi Dennis,
Getting release deploy to work in windows isn't as easy as a *nix system,
I had a hard time getting set up. Are you using cygwin? If so, disregard
this reply, if you are, then check the following.
1. Did you set your scpexecutable and sshexecutable in your settings.xml? I
use pscp, plink, and then run pageant to automagically load my keys.
2. Did you set your repository URL to use the protocol "scpexe:..", for
example did you use something like
<distributionManagement>
<repository>
<id>ata</id>
<name>ATA Internal</name>
<url>scpexe://sun10/a01/proj/Maven2/repository</url>
</repository>
<snapshotRepository>
<id>ata</id>
<name>ATA Snapshot</name>
<url>scpexe://sun10/a01/proj/Maven2/snapshot</url>
</snapshotRepository>
</distributionManagement>
in your pom.xml?
Todd
On 9/24/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
Hi,
I need some help using the maven-release-plugin. I'm trying to release
the maven-changes-plugin (my first release).
release:prepare
went well, but when I do
release:perform
it hangs at deploy:deploy
I'm using maven 2.0.5-SNAPSHOT on Windows XP. It checks out the correct
tag from svn.
Anyone know what I'm doing wrong?
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]