I'm using Eclipse 2018-12 together with the latest version of the m2e code quality plugin.
There exists the problem, that the checkstyle config seems not properly read from the maven pom.xml and saved as .checkstyle file in the project. The latter file simply isn't created.
m2e code quality plugin version is: 1.1.3.201903061028-r
Eclipse checkstyle plugin version is: 8.12.0.201808161509
maven-checkstyle-plugin version is: 3.0.0 together with checkstyle 8.11
The configs for PMD and Findbugs just seem to work fine. .pmd and friends get created.
Executing mvn also performs checkstyle checks as expected.
Any clue what might be wrong?
I'm using Eclipse
2018-12together with the latest version of the m2e code quality plugin.There exists the problem, that the checkstyle config seems not properly read from the maven
pom.xmland saved as.checkstylefile in the project. The latter file simply isn't created.m2e code quality plugin version is:
1.1.3.201903061028-rEclipse checkstyle plugin version is:
8.12.0.201808161509maven-checkstyle-plugin version is:
3.0.0together with checkstyle8.11The configs for PMD and Findbugs just seem to work fine.
.pmdand friends get created.Executing mvn also performs checkstyle checks as expected.
Any clue what might be wrong?