Re: Fail maven multi module build when surefire goes OOM

2020-04-20 Thread Debraj Manna
Anyone any thoughts on this one? On Sun, Apr 19, 2020 at 10:49 PM Debraj Manna wrote: > Just to add the tests are executed on jenkins so fail-on-end is set to > true. > > On Sun, Apr 19, 2020 at 8:37 PM Debraj Manna > wrote: > >> We use maven-surefire for executing tests in maven multi-module p

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: https://cloudbees.atlassian.net/wiki/sp