Oh, I see. I'm sure Emmanuel is correct. It might have something to do
with naming conventions then. Just guessing here, but your
implementation classes all start with Custom but they implement an "aci"
provider.
[EMAIL PROTECTED] wrote:
That makes sense. But a few weeks back when I asked the same question. I
was told that it could be dynamically discoved.
http://www.nabble.com/scm-plugin-providers-tf4533338s177.html
So I am attempting to follow those steps, under the assumption that
plexus would somehow take care of it for me. But I sem to have missed
one or intermediate steps along the way.
Robert Egan
Dennis Lundberg <[EMAIL PROTECTED]> wrote on 10/20/2007 09:20:20 AM:
> I had a look at the scm source and found the error message that you got.
> IIUC you need to call
>
> DefaultScmManager.setScmProvider( String providerType, ScmProvider
> provider )
>
> somewhere in your code. That would register "aci" as a valid ScmProvider
> in the ScmManager. I'm not sure where to so this though...
>
> Dennis Lundberg
This email message and any attachments may contain confidential,
proprietary or non-public information. The information is intended
solely for the designated recipient(s). If an addressing or
transmission error has misdirected this email, please notify the sender
immediately and destroy this email. Any review, dissemination, use or
reliance upon this information by unintended recipients is prohibited.
Any opinions expressed in this email are those of the author personally.
--
Dennis Lundberg