effectivejava
effectivejava copied to clipboard
Maven plugin
Please create a Maven wrapper plugin so that this tool can be used easily in automated builds
+1
I agree, it would be useful. Basically I would want to able to:
- run the linter as part of maven
- start the interactive mode from maven manually
and also break the build if there are too many serious issues with it. maybe a report could be generated just like PMD/Checkstyle/Findbugs do. would like to help out here