On Wednesday 21 April 2004 17:55, Jesper Linvald wrote: > Is Maven capable of specifiying the folowing kinds of scenarios or do I > need to use Gump for this:
Gump is not your tool, trust me... :o) > 2: Before building a subproject a jar file from another project/subproject > must first be produced (and maybe installed ) > 1: Fist build this project, then another (in the specified order) - then > run goal X You can not do a sequence of, goalA in project1 goalA in project2 goalB in project1 and so on, without hacking your own maven.xml scripts. If you are talking about building many projects and let Maven figure out the sequence required, then you are in luck. Check the "multiproject" plugin, which is basically a predefined reactor and does what you probably need. Niclas -- +---------//-------------------+ | http://www.bali.ac | | http://niclas.hedhman.org | +------//----------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
