[EMAIL PROTECTED] a écrit :
I've been looking at the maven documentation and the source code for the
starteam provider and have some quick questions.
1) StarteamAddCommand, StarteamRemoveCommand do not have a corresponding
scm goal listed on page http://maven.apache.org/scm/plugins/. Is this
because they are undocumented, or that they are required by the
framework for some kind of internal processing?
add goal is implemented and remove goal isn't. I don't know why add goal isn't
on the site. I'll look at it.
2) StarteamEditCommand, StarteamUneditCommand are implemented although
the Matrix says they are not
(http://docs.codehaus.org/display/SCM/SCM+Matrix). Is the Matrix out of
date, or is there some other reason for listing them as not implemented?
Fixed.
3) Does the provider or individual command implementations <i>have</i>
to use a command line framework, or was that just done for ease of
implementation? The reason I ask is that our build environment uses
Starteam in a manner that exposes a design flaw in their checkout
process (I can provide details if anyone asks, but it's not really
relevant to the discussion).
We use starteam cli to run command because we can't redistribute starteam jars.
Emmanuel