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

2024-01-29 Thread Javier Gómez
Hi Olivier, No, the maven deploy goal is not executed twice if I launch it directly. It only happens with therelease:perform goal (which has a deploy goal configured) org.apache.maven.plugins maven-release-plugin 3.0.0

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

2024-01-25 Thread Olivier Lamy
interesting. is the deploy goal executed twice as well when you run "mvn deploy"? (as you marked as it as alwaysRun) On Sun, 21 Jan 2024 at 23:00, Javier Gómez wrote: > > Hi all, > > We are starting to apply the build-cache maven extension in our local and CI > environment, and we have seen

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