How do you define a single master project level configuration for your reports if your running multiproject:site?
For example the checkstyle plugin/report wants to look for a maven.checkstyle.header.file under ${basedir}/LICENSE.txt.
But if I have:
rootproject -subprojectA -subprojectB
How do I have all the project reports (including root) share the same LICENSE.txt that I included in the master project?
Thanks,
-Tim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
