Re: M2 J2EE Project Just Execute this folder and not the sub modules

2006-08-04 Thread Jorgen Fastrup
Have you tried the maven CLI switch "-N,--non-recursive" ?? i.e. execute c:\.\rootproject\mvn -N install in your top level project. Regards Jorgen -- View this message in context: http://www.nabble.com/M2-J2EE-Project-Just-Execute-this-folder-and-not-the-sub-modules-tf20

M2 J2EE Project Just Execute this folder and not the sub modules

2006-08-03 Thread Peter . Pilgrim
Hi I found a grave error whilst following the "Better Builds with Maven" book. I found that if you don't install the POM from the root project into your local repository then the other dependent sub project can fail, if there is a dependency on another sub project. Is there a way to say to M2 "