Hi Chaitanya, This indicates that your changes have style violations. You can view it by : Run the following for sub-module engine: mvn clean install -Dcheckstyle.console
This will print all the violations. Right now we don't have a way of printing just the new ones so you have to check for the files that were modified by you and your changes. Chandni On Thu, Sep 24, 2015 at 2:44 AM, Chaitanya Chebolu < [email protected]> wrote: > Hi , > > I'm compiling the Apex core and facing the following error: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-checkstyle-plugin:2.16:check (checkstyle) on > project dt-engine: You have 2391 Checkstyle violations. The maximum number > of allowed violations is 2385. -> [Help 1] > > > Please let me know how to check these CheckStyle violations. > > Regards, > Chaitanya >
