Dion! I just looked at your description ... you already did it! Great!
Michal > -----Original Message----- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 10:18 AM > To: 'Maven Developers List' > Subject: RE: New 'reactor' plugin > > I also need it! > > Just in case you find it useful/worthed to put to this plugin: > > > I often use such "generic" goal (bit modified here, hope that it still > works) > > <goal > name="reactor:for-all"> > > <maven:reactor > basedir="${basedir}/.." > includes="${includes}" > excludes="${excludes}" > goals="${goals}" > banner="Building" > ignoreFailures="false" > /> > </goal> > > Then from command line > > maven reactor:for-all -Dgoals=jar:install-snapshot > > > I find it very useful. > > Michal > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 27, 2003 9:19 AM > > To: [EMAIL PROTECTED] > > Subject: New 'reactor' plugin > > > > I've just added this plugin as it has come in handy when working with > > multiple projects in my day job. > > > > I haven't yet add the site aggregation I was hoping to have done by now. > > > > The plan is to allow for multiple strategies for implementing site > > aggregation: > > 1) independent sites, ala db.apache.org and subprojects with templated > > navigation > > 2) aggregated site where site docs are copied to > > masterProject/target/docs/<subprojectName> at completion > > 3) custom aggregation > > > > If anyone wants to help, let me know.... > > -- > > dIon Gillard, Multitask Consulting > > Blog: http://blogs.codehaus.org/people/dion/ > > Work: http://www.multitask.com.au > > --------------------------------------------------------------------- > 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]
