On 02/05/2011, at 8:11 PM, Andreas Sewe wrote: > Hi Brett, > >> I think in the Maven 3 version of the site plugin, you need to add >> the wagon as a dependency of the site plugin, instead of as an >> extension (which only applies to the core deployment components). > > thanks for your suggestion. I am afraid, it didn't help: When declaring a > plugin dependency, the maven-site-plugin now has both > org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-7 and > org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-6 as a dependency, but it still > insists on using the latter for sftp URIs. :-( > > Any other suggestions? >
Apologies for not noticing that detail sooner. The external wagon doesn't have a handler for sftp - only scpexe. - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
