-
Bug
-
Resolution: Fixed
-
Major
-
None
The Jenkins post-build feature "deploy to Maven repository" in conjunction with a release build with m2release plugin leads to corrupt snapshot version in Maven snapshot repository:
After the release build succeeds the post-build deploy deploys the new development version pom-file as old development version to our maven snapshot repository.
If possible the m2release plugin should disable the post-build deploy feature in its release build.