Skip to content
Christoph Rueger edited this page Mar 25, 2026 · 5 revisions

This is a hotfix for 7.2.2. Here we have reverted the Sonatype Publishing Code removal of 7.2.2 which turned out was not a good idea.

7.2.3 is basically a 7.2.1 but with a slight difference:

  • The Sonatype Release feature (sonatypeMode = manual or sonatypeMode = autopublish) will output a warning Deprecated Sonatype Publishing. This feature will be removed.
  • which might fail your build (if your build is configured strict to fail on warnings)
  • affected were only users who already started using bnd workspace builds with MavenBndRepository and the sonatypeMode.

To suppress the warning you can use -fixupmessages.sonatype: "*Deprecated Sonatype Publishing*".

WARNING: The Sonatype Publishing feature will be removed in the future. Please stop using it and switch to alternative ways of publishing to Sonatype Central Publishing Portal, e.g. using a script.

Sorry for the trouble to everybody who was affected by this.

Clone this wiki locally