RE: Multiproject --> not from top directory?

2004-12-15 Thread Aleksandr Shneyderman
Dan, thanks! > > First, make sure to add maven.multiproject.type to all > submodules If a a module depends on another module, add the > dependetn module to its list (ie, the finaly module, should > have the dependencies list to include all other modules) > > > Then from root, call maven mult

Re: Multiproject --> not from top directory?

2004-12-15 Thread dan tran
First, make sure to add maven.multiproject.type to all submodules If a a module depends on another module, add the dependetn module to its list (ie, the finaly module, should have the dependencies list to include all other modules) Then from root, call maven multiproject:install maven will trave

RE: Multiproject --> not from top directory?

2004-12-15 Thread Maczka Michal
try something like: maven.multiproject.basedir=../ maven.multiproject.exclude=moduleWhichAssemblesTheFinalApp/project.xml Michal > -Original Message- > From: Aleksandr Shneyderman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 7:28 PM > To: [EMAIL PROTECTED] > Subject: Mult