How to add a new provider ?

2006-09-14 Thread Julien Henry
Hi, I'm trying to test the provider I'm writing. I installed it (mvn install), and now I try to call it with maven-scm-plugin: mvn scm:update -DconnectionUrl=scm:synergy: [INFO] [scm:update] [INFO] [ERROR] BUILD ERROR

Re: How to add a new provider ?

2006-09-14 Thread Brett Porter
You'll need to have the SCM plugin in your POM: plugin artifactIdmaven-scm-plugin/artifactId ... dependencies dependency ... provider dependency ... It might be worth adding the ability to do this in the SCM plugin itself so that it can be done for command line operations like