override Checkstyle resources config

2020-04-20 Thread Javier Gómez
Hello all, We are trying to run Checkstyle plugin over a group of resource files, located in various directories outside standard directory layout, in project root folder, /module1 src/main/java src/main/resources pom.xml /module2 ... /src /DIR1 /DIR2 pom.xml To do this, the best way

Maven Compiler + Annotations processor question

2020-04-20 Thread Arnaud Héritier
Hi team, That's a long time I didn't play with annotations processors and there is something I don't understand. Maybe I get it wrong with annotations processors and/or with Maven What I want to accomplish is very similar to this post on stackoverflow: