Well what do you mean with running maven.xml and project.xml files ?

maven.xml just declare new 'commands' (goals).

Do you mean that building A requires that you first did build B with a
specific goal of yours, and build C requires another specific goal of
yours not the same as for B ?

I guess you could add to each project maven.xml a new goal (called
homemade:buildme for example) that would <attainGoal
...project-specific-goal>. Then you could multiproject run the
homemade:buildme goal on all your projects ?

Else you can write your own build-all goal in maven.xml of your A
project, that would use the Reactor to run goals on the other projects
(not sure exactly how to do it, but multiproject is just simplified
calls to <reactor> power).

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

Reply via email to