On Tue, 2007-04-17 at 10:41 -0700, Dave Syer wrote: > > > KenCoveny wrote: > > > > Is it possible to have a project that just reports and deploys to a > > site? I have three java projects that each require javadoc on > > preprocessed source files and using taglets. This is all done in an ant > > script, which I would like to run using the antrun plugin > > > > Yes. But the antrun plugin is not a report plugin, so I don't think it will > do anything if you just dump it in the <reporting> section. I wish it > would, so if I am wrong about this, someone please correct me. > > I do this by putting an antrun execution in the <build/> section, and > linking it to the "site" phase. To get the report to come out on your > website will be a challenge as well. You can always just put a link on the > index.html, but to get it to come out with all the other grown-up reports is > not so easy - again someone correct me if I'm wrong. I'm using a bare-bones > external-report plugin to expose a directory to the report menu (c.f. > http://jira.codehaus.org/browse/MNG-2660). > Where in the maven doc does it say where plugins can or cannot be run?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]