Bazaar NG http://bazaar.canonical.com/Bzr
BTW: Is there any application using the complete SCM API? It looks like checkout is the only really important command to support. Regards Torbjørn -----Original Message----- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 16. januar 2006 19:26 To: scm-dev@maven.apache.org Subject: Re: How to add new SCM What is your scm? Put your provider jar in apps/continuum/lib. Emmanuel Torbjørn Smørgrav a écrit : > Thanks! > Maven is now the happy app with one more scm provider. > > Now, how do I make continuum pick up the new provider? > > T > > -----Original Message----- > *From:* dan tran [mailto:[EMAIL PROTECTED] > *Sent:* 15. januar 2006 18:38 > *To:* scm-dev@maven.apache.org > *Subject:* Re: How to add new SCM > > you need to register your provider to plexus, take a look at the > already > implemeted provider's src/main/resources/META-INF/plexus/components.xml > > -D > > > On 1/15/06, *Torbjørn Smørgrav* > <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > How do you add a SCM to the maven-scm artifact? > > I have implemented the SCM API, and edited the poms for > scm-client, scm-api > and for scm-providers. So I get to install the new scm provider > as an > artifact locally. > > But the provider is not recognized runtime (not added to the > DefaultScmManager). > > What am I missing? > > Regards > Torbjørn Eikli Smørgrav > >