Hello all, I was wondering if anyone has gotten the wagon-maven-plugin working with wagon-scm? Specifically, I am trying to issue a command like this:
mvn org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:merge-maven-repos -Dwagon.source=file://E:\stage -Dwagon.target=scm:svn:http://testserver/svn/test/trunk -Djava.io.tmpdir=deploytemp Here is the error: [INFO] [wagon:merge-maven-repos] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error during performing repository copy Embedded error: Unable to create a Wagon instance for scm:svn:http://testserver/svn/test/trunk Component descriptor cannot be found in the component repository: org.apache.maven.wagon.Wagonscm. [INFO] ------------------------------------------------------------------------ I'm sure that's telling me exactly what's wrong, I just don't speak that language. If it matters, I'm using Maven 2.1.0. Disclaimer: Yes I know I should not use a Subversion server as a Maven repo but this will solve a problem in the short term. Thanks! -Jim --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
