I tried to replicate the steps from http://maven.apache.org/scm/guide/new_provider.html but keep hitting the same error while executing "mvn scm:list"
org.apache.maven.scm.manager.NoSuchScmProviderException: No such provider: 'myown'. I looked up this forum for clues and found http://www.nabble.com/Custom-SCM-Provider-td13305922.html but that seems outdated since the dependencies etc. mentioned in the pom differ so much Here are the steps I followed: 1. Create a maven project with the name maven-scm-provider-myown 2. Replicate pom.xml, MyScmProvider and MyScmProviderRepository from the tutorial page above 3. Run "mvn install" on the above project. The jar seems to be created fine in the repository 4. Run "mvn scm:list" on a different project with connection scm:myown:... Please help me understand what I am doing wrong here. Thanks in advance, Subhash -- View this message in context: http://www.nabble.com/Error-with-new-SCM-provider-tp20078538p20078538.html Sent from the Maven - SCM mailing list archive at Nabble.com.