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

Re: override Checkstyle resources config

2020-04-23 Thread Javier Gómez
, and we define it in the plugin configuration, does not imply that the compilation fails, as I would expect. Is this correct? Thanks in advance. Javier On 2020/04/20 18:34:23, Javier Gómez wrote: > Hello all,> > > We are trying to run Checkstyle plugin over a group of res

Speed up build times in local and CI

2023-02-03 Thread Javier Gómez
Hello Maven community, We are trying to accelerate the build time in local and CI environments (we use GitHub actions), in a large organization (+ 2000 Maven-Java projects), and we have seen a couple of extensions that could be very useful for us: - maven-build-cache-extension:

Strange behavior using maven build-cache extension in maven-release-plugin goals

2024-01-21 Thread Javier Gómez
Hi all, We are starting to apply the build-cache maven extension in our local and CI environment,  and we have seen strange behavior in several maven projects, when using the release plugin in conjunction with build-cache, which we have been able to reproduce both locally and in CI. Our