On Tue, 2003-01-28 at 10:12, Philip Crotwell wrote: > Hi > > The example reactor maven.xml from the commons project used to use noop > within the site-front-end to get a list of projects in order to build > navigaton.xml. This no longer seems to work with the current cvs. I did > some greping in the latest cvs but could find no reference to noop. > > What is the new version of noop or is there a new way to do the reactor > site-front-end?
In CVS head if you don't define any goals to the reactor it just processes the POMs. You don't need any dummy goals anymore. Just don't specify any goals and the POMs will simply be aggregated into ${reactorProjects} in the current jelly context and then you can do whatever you want. > See > >http://cvs.apache.org/viewcvs/jakarta-commons/maven.xml?rev=HEAD&content-type=text/vnd.viewcvs-markup > for the reactor example. > > thanks, > Philip > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>