'how can I remove maven check-style violation?

.java:[34] (whitespace) EmptyLineSeparator: 'CLASS_DEF' should be separated from previous statement.

I tried giving the line before the code but after that when I hit mvn eclipse:eclipse it shows to non-complying file and suggest to run mvn com.coveo:fmt-maven-plugin:format and the given extra line revert back to the previous code. I am stuck in this loop.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source