Re: multiproject: preGoal is not call

2003-08-14 Thread dion
This isn't using multiproject at all??? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 09/08/2003 01:34:26 AM: > I define in the base project : > > > basedir="${basedir}" > includes="**/${pattern}/**/proj

multiproject: preGoal is not call

2003-08-09 Thread Nicolas . CHALUMEAU
I define in the base project : and an pregoal of war:init ... In sub project, I do : When I use maven war:war in the sub project it's ok my pregoal is call. But when I use maven test:dist-all in the base project directory the preGoal is not call. Is someone know why