When using a recursive maven project continuum does the right thing by creating 
a project for each pom but it also means that the checkout will also be 
repeated for each project even if it's not needed (ie: pom projects usually 
only contain one file, pom.xml)

So in my case:

pom1.xml
+pom2.xml
++pom3.xml

Continuum will create 3 projects but in my build areas projects 1 and 2 will 
also checkout everything from project 3.

I can't see an option to limit the checkout to be non recursive for project 1 
and 2.

Is there a way?

Patrick

Reply via email to