Error with new SCM provider

2008-10-20 Thread subhashgo
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

Re: Error with new SCM provider

2008-10-20 Thread Alexey Kakunin
Hi!I cannot be sure 100% I'm right, since I'm not maven-scm developer, but it I've got same error then plexus component manager, used for creating provider class but specified scm name cannot find it. Possible solution: Add into your project META-INF folder folder plexus, and file components.xml

Re: Error with new SCM provider

2008-10-20 Thread Alexey Kakunin
OK - as I said - I'm not maven-scm developer to be sure in my suggestion 2008/10/21 subhashgo [EMAIL PROTECTED] Thanks, But I am almost sure this is not the issue. I specified the plexus javadoc tags correctly and the installed provider jar does have a similar components.xml under

Re: Error with new SCM provider

2008-10-20 Thread subhashgo
Thanks, But I am almost sure this is not the issue. I specified the plexus javadoc tags correctly and the installed provider jar does have a similar components.xml under META-INF/plexus Subhash Alexey Kakunin-3 wrote: Hi!I cannot be sure 100% I'm right, since I'm not maven-scm developer,