On Tue, 2002-06-11 at 16:05, Matt Ho wrote: > Maven doesn't seem to be able to stop certain tasks from being run. For > example, if want to use the maven:deploy-site target, then the > "cross-ref" target will be run generating a large source code thingy. > > I think it would be nice to be able to not have a specific task or set > of tasks run, perhaps by defining maven:cross-ref.skip or something like > that. In addition, the source code generated should be modified so that > it doesn't create links to pages it doesn't generate. > > If there's interest, I'd be happy to write this and send it in.
I think we just need to provide access to all the targets so that you can aggregate them as you see fit. I don't really like the skip idea. > M > > > > -- > 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
