Just run checkstyle like you usually do (maven or script task, make sure it produces the HTML output), then add a script task to rename the checkstyle html:
mv target/site/checkstyle-aggregate.html target/site/index.html
And just include target/site with **/* as an artifact. You'll be able to click through to the checkstyle html directly from the UI.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.