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
-DskipEnforc
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 str
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 usua