On 6/27/06, Doug Douglass <[EMAIL PROTECTED]> wrote:
I think no one has answered because your question is kind of vague WRT how
you may or may not be using maven.
When you ask "how do I tell maven..." do you mean via the command line or in
a POM? And if in a POM, do you have POMs for each sub-project and modules
declared in a top level POM?
If you're looking for some way to ask the scm plugin to checkout your dev
module, yet limit the sub-modules that would be recursively checked-out then
I know of no way you can do this -- you can't do this with the cvs command
AFAIK.
So, without some more info, I think the short answer is "no".
HTH,
Doug
Thanx Doug.My dev folder in CVS has other projects(other company
projects) that I'm not interested in .The only ones I'm interested in
are my web , messaging , business , persistence sub-projects.My
problem is just how I configure my pom.xml such that I don't check
out the whole "dev" folder , but only my web,messaging , business and
persistence projects.From what you're saying , it doesn't look like
there's no way to ask the scm plugin to do that.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]