Scott Stirling wrote:

Can anyone shed some light on this? What I'm looking for is the simple kind of declarative depends functionality provided in Ant as <target depends="target1, target2, target3">, except the dependency is between projects, not targets. Ideally I would specify the processing order, not Maven; Maven's not going to figure out the package dependency graph of my projects.

Maybe you should not be using reactor at all then. There is <maven> tag that allows you to spawn another instance of maven and attain a set of goals on a given project.
You could wrap that tag in some Jelly markup to iterate over a list of
projects (<tokenize>,<foreach>...)


Hope that helps

R.


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



Reply via email to