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).

-- 
View this message in context: 
http://www.nabble.com/I-want-a-project-that-JUST-does-reporting-and-creates-a-site-tf3589071s177.html#a10042256
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to