On Mon, May 2, 2011 at 6:11 AM, Andreas Sewe <[email protected]> wrote: > 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. :-(
Perhaps you need to exclude the one you don't want? Maven doesn't recognize one as a replacement for the other, it just sees two separate artifacts. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
