Have not used this myself, but... http://mojo.codehaus.org/dashboard-maven-plugin/
HTH Jim On 10/26/07, vetalok <[EMAIL PROTECTED]> wrote: > > > Hello experts! > I have the following structure: > whizbang > |-- pom.xml > |-- a > | `-- pom.xml > | `-- target/site/checkstyle.html > |-- b > | `-- pom.xml > | `-- target/site/checkstyle.html > These checkstyle.htmls were created by running mvn checkstyle:checkstyle > comand in "whizbang" directory. > How can I autamatically combine all these checkstyle.htmls into single > checkstyle.html? > Thanks. > > -- > View this message in context: > http://www.nabble.com/Maven-checkstyle-plugin%2C-multimodule-conf-problem-tf4697789s177.html#a13428818 > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
