hello, actually, the point why i was asking about calling subproject goals from the reactor maven.xml is, that i am expecting the iChilli CVS modules to become very complex sooner or later.
so if someone works on the module 'ichilli-tools' he might not want to checkout all the other tools. in that case he still needs to be able to build the stuff of the 'ichilli-tools'. that requires each module to contain a maven.xml. allthough, for nightly builds of all modules or for those wanting to build the complete project and the distribution i would like to have the 'ichilli-meta' module. maybe i am just not getting the philosophy of how maven is doing all that kinda stuff ... regards daniel s. haischt -- > -----Urspr�ngliche Nachricht----- > Von: Rademacher Tobias [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 10. Oktober 2002 10:32 > An: 'Turbine Maven Users List' > Betreff: AW: [QUESTION] including goals from other maven.xml files > > > Hey, Daniel, > > as far as I know what you can do with reactor to treat > them as own projects. > > - ichilli-meta (meta module) > maven.xml with reactor > > - ichilli-core (core components) > project.xml > > - ichilli-tools (tools) > project.xml > > - ichilli-docs (documentation) > project.xml > maven.xml > > - ichilli-modules (several modules) > project.xml > > You can define one standard goals for all your projects and > overwritting it in maven.xml of your subproject using pre, post or > attainGoal. > > But as far as I know you cannot call a goal into a subproject from the > maven.xml with the recator. > Mabye you should consult the Jelly Docs. I don't know how powerfull > the goal really meachanism is. > > Bye > Toby > > > -----Urspr�ngliche Nachricht----- > > Von: Daniel S. Haischt [mailto:[EMAIL PROTECTED]] > > Gesendet am: Donnerstag, 10. Oktober 2002 10:15 > > An: Turbine Maven Users List > > Betreff: AW: [QUESTION] including goals from other maven.xml files > > > > hello, > > > > yea, i am allready using the reactor. > > > > frankly, i just switched today from vanilla ant > > to maven - so i am not really aware of all the > > odds and ends maven comes with. > > > > i'll search the list and ask again if i could > > not find anything. > > > > regards > > > > daniel s. haischt > > -- > > > > > -----Urspr�ngliche Nachricht----- > > > Von: Rademacher Tobias [mailto:[EMAIL PROTECTED]] > > > Gesendet: Donnerstag, 10. Oktober 2002 07:16 > > > An: 'Turbine Maven Users List' > > > Betreff: AW: [QUESTION] including goals from other maven.xml files > > > > > > > > > Hi Daniel, > > > > > > > how is it possible to call the goals that are defined > > > > within the docs maven.xml from the master maven.xml > > > > file that is contained within the ichilli-meta module? > > > > > > Have you tried to do it with the reactor? > > > @see > > > http://jakarta.apache.org/turbine/maven/reference/user-guide.html# > > Multi%20Pr > > oject%20Builds > > > > See also Malis in MalingList Archive especially the mail with > > this subject: > > "Reactor cannot find project.xml". > > > > Bye > > Toby > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
