The last release uses an old version of jsch. Can you try editing ~/.maven/cache/maven-artifact-plugin-1.4.1/project.xml and changing the version of jsch from 0.1.5 to 0.1.17 ?
Let us know if this does not fix the issue. Cheers, Brett On Apr 11, 2005 8:35 AM, Mykel Alvis <[EMAIL PROTECTED]> wrote: > Hi, > I'm using maven-1.0.2 running under Fedora FC3 JDK 1.4.2_07. In the course > of a war:deploy-snapshot, I receive the following message: > > Executing command: rm -f /opt/mavenrepo/maven/om/wars/OM-SNAPSHOT.war.md5 > > Executing command: chmod g+w /opt/mavenrepo/maven/om/wars/OM- > SNAPSHOT.war.md5 > > Deploying: /opt/om/builds/OM/target/OM-0.6.3.war-->om/wars/OM- > 20050410.221849.war > Executing command: mkdir -p /opt/mavenrepo/maven/om/wars > > SSH_MSG_DISCONNECT: 2 Corrupted MAC on input. > > This would indicate to me that there was a failure to ssh to the host that > I'm deploying to. However, that host happens to be the one I'm doing the > build on. I see no reason why the previous mkdirs and rms and other actions > should succeed and this one fail. > > Am I doing something wrong or does this indicate an issue with ssh or an OS > level problem? > > Thanks, > Mykel > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
