Hi, If I remove "--non-recursive" option then all projects are compiled ed all projects are updated, that is the opposite that I want. In fact I want checkout only the parent pom and deploy only the parent pom.
Thanks B. De Mezzo wrote: > > alexsil a écrit : >> Hi all, >> >> I need to use Continuum with Maven2 project, structured like tree as >> follow: >> >> pom.xml --- pom.xml ------------- >> | |... >> |---pom.xml ------------- >> | |... >> |---pom.xml-------------- >> |... >> >> I need to load in Continuum the first parent pom and compile it in non >> recursive mode. >> The build runs well, in fact maven compile only the first parent pom, but >> svn check out all the tree. This is a problem, because the project (see >> as >> entire tree) is very big then get spent a big amount of time ed >> performance for nothing. In fact, my wish, is to update only the parent >> pom. >> >> Any ideas ??? >> >> Thank you >> Alex. >> >> >> > remove the --non-recursive option ... it should be fine ! > > -- View this message in context: http://www.nabble.com/Problem-with-parent-Pom-tf3726547.html#a10430000 Sent from the Continuum - Users mailing list archive at Nabble.com.
