On 07/20/2015 10:08 PM, Stefan Seelmann wrote: > Hi all, > > I tuned our checkstyle configuration [1] according to our code formatter > and fixed lots of (sensible) violations in API. > > I'd like to enable checkstyle checks for the API project and let the > build fail on violations. Very same as we did for Kerby. Only the checks > will be activated, no report generation in enabled because that is quite > useless. Later other projects may follow. > > For that I need to release the checkstyle-configuration [1] project > first, then the our project parent POM.
Done. For the API project checkstyle check is now enabled and the build fails on violations. You can skip checkstyle checks with by setting -Dcheckstyle.skip property. Kind Regards, Stefan
