> Brett Porter wrote: > Great. Is it possible to get m2 to print out a list of the variables it > knows about (like set or env)?
It just has access to the predefined Java system properties (user.home and user.name, for example). > This gets me a bit further until we get to: > > Exception in thread "main" java.lang.LinkageError: Class > org/codehaus/plexus/util/xml/Xpp3Dom violates loader constraints Was this in alpha-3 by adding the wagon to $M2_HOME/lib? Did anything else get added? It seems odd, as that provider should not be using that method of plexus-utils. Another (very temporary) option is to locally edit the file ~/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.0-alpha-3/maven-deploy-plugin-2.0-alpha-3.pom and add wagon-ssh-external as a dependency. If this is not successful, you may need to update to the current SVN version (or wait for beta-1) to make use of extensions. Hope this helps, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
