Hi Andy,
I while ago I used Maven to create the reports for a huge ANT project
1) created a mini-POM - this allows to run the plugins operating on source code
2) integrated the Maven reporting into the existing ANT build
3) patched a few plugins so that ANT was compiling the code and Maven was running the tests and creating all other reports (dependency, junit, clover)
3) is nothing I would recommend since it is a dead end and requires a little it of Maven know-how
Cheers,
Siegfried Goeschl
Brett Porter wrote:
The code is in the plugin to use, though maybe maintaining a small POM and using maven to just generate the report is a better idea? You never know when you might want another of the reports, or to try Maven itself.
Cheers, Brett
On Mon, 13 Dec 2004 10:25:08 -0500, Andy Kriger <[EMAIL PROTECTED]> wrote:
Is it possible to use the JXR plugin outside of Maven (if that is the plugin that generates the xref'd source HTML files)? I'd like to produce source code reporting like that without using all of Maven for my project.
thx a
--------------------------------------------------------------------- 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
