On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Greetings all > > I have decided to implement my own scm provider, named custom. My connect > url would therefore look like scm:custom:..... > > So, my question is, what next? Or more specifically, what are the > classes/interfaces needed to make this happen? Do I "register" with the scm > framework in some manner, or does it do some some dynamic discovery such as > looking for > org.apache.maven,scm.provider.custom.CustomScmProvider on > the classpath? > > Also, when playing with scm:starteam checkout I noticed that it deletes the > checkout area first. I did not see any code that did this in the Starteam > sources, so I assume it's done by the scm framework? And if it is, how can I > override the behavior? > mvn scm:checkout always remove the checkout area regardless of provider type. To override this behavior, see the scm:checkout plugin doc, there is a flag there.
-D > > Thanks again > Robert Egan > > 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.