-1

I am just wondering if there is a maven plugin that parses source code and alert developers of non conformance coding style?

Thanks

xiarnousx
  • 575
  • 6
  • 18

1 Answers1

1

Maven checkstyle plugin could be what you are after. https://maven.apache.org/plugins/maven-checkstyle-plugin/

Kevin D
  • 3,564
  • 1
  • 21
  • 38
  • By any chance are you aware of different similar plugins, I'd really like to have multi options to choose from. Your response was good starting point thanks @Kevin D – xiarnousx Mar 03 '16 at 14:10