I am new to Maven and would like some guidance as to how to best achieve
the following: I have a project that needs to be each compiled/tested on
osx, win, and linux platforms and the results published to a project web
site.  In searching these archives, I've determined how to detect the OS
within maven.xml, and would like to now use that information to specify
which reports get executed during site:generate on each platform.  What
I'm aiming for is to have all reports generated when site:generate is
run on linux, but on mac and windows, just have the junit report created
as junit-report-mac.html and junit-report-win.html.  If possible I'd
like to do something cleaner than create OS-specific cleans as a
post-goal (i.e. have only the reports generated as a function of the
OS).

Thank you.

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

Reply via email to