I did a search for all the files under /home/maven , that contain the string
"Project1" and realized there's this file
/home/maven/.maven/cache/maven-scm-plugin-1.4/plugin.properties , part of which
contains the line
# CVS module to check out, required
maven.scm.cvs.module=Project1
Does that mean this file overrides any rules in the maven.xml file?How then do I check
out more than one module from CVS?
jeff mutonho
jeff mutonho <[EMAIL PROTECTED]> wrote:
Hi guys
I checked a project(Project1) without problems from CVS using the following rules in
my maven.xml file:
Project1
Project2
includes="*/project.xml"
goals="mycontacts-dist"
banner="Building Project"
ignoreFailures="false"/-->
I have commented out the rule to checkout Project1 , but not Project2 and my maven.xml
file looks as shown below:
Project1
Project2
includes="*/project.xml"
goals="mycontacts-dist"
banner="Building Project"
ignoreFailures="false"/-->
When I run "maven scm:checkout-project" , Maven is still checking out Project1 instead
of Project2.What am I missing here?
jeff mutonho
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.