hi,

thanks, but I already grouped goals together in my maven.xml, like this:

<maven:reactor
  ..
  goals="clean,jar:install,site:deploy"
  ..
/>

Is that what you meant?



Am Don, 2003-06-26 um 11.36 schrieb Vipul Vij:
> Hi Kristine,
> 
> I have found this true with my projects. I found the way around was to NOT
> to execute each goal separately but group a few together. E.g.. generate
> Artefacts task in maven.xml included jar:install and war:install. I don't
> know why, but it seemed to work. I think this was the problem, I will try to
> confirm this; I haven't looked at this for a long time.
> 
> Regards,
> 
> Vipul
> ----- Original Message -----
> From: "Kristine Weissbarth" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, June 26, 2003 10:31 AM
> Subject: maven hangs
> 
> 
> > hi,
> >
> > my projects structure looks something like that with a lot of
> > subprojects:
> >
> > project
> > |
> > |--subproject 1
> > |
> > |--subproject 2
> > |    |--subsubproject 2.1
> > |    |--subsubprojects 2.2
> > |
> > |--subproject 3
> > |
> > |--subproject 4
> > |    |--subsubproject 4.1
> > |...
> >
> > using the reactor I'm generating the maven documentation website and if
> > I don't process all the subprojects this works fine. But if I try to run
> > the reactor for all the subprojects it hangs somewhere (after having
> > processed most of the subprojects) and doesn't 'move' any further. It
> > seems as if it was overloaded or something.
> > Does anybody know where the problem is?
> >
> > Thanks.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to