awhitford / lombok.maven

Maven Plugin for Project Lombok
http://projectlombok.org/
MIT License
110 stars 36 forks source link

Plugin on central repositories #34

Closed ghost closed 5 years ago

ghost commented 5 years ago

Version 1.18.8.0 has been published 10 days ago. However, it is not yet available on main repositories such as Maven Central or JCenter. How long does it take to have it available in such repositories ?

Maybe it is available on other repositories ? I don't find one on the plugin site...

awhitford commented 5 years ago

Sadly, Pull Request #31 used new Maven 3.6.1 functionality that exposed a break in Sonatype's Central Sync Requirements. I am hoping it will be resolved soon. You can track what is going on here: https://issues.sonatype.org/browse/NEXUS-19912

In the meantime, one can use the version override feature to reference lombok-1.18.8, but using lombok-maven-plugin-1.18.6.0.

ghost commented 5 years ago

Thanks for the explanation and the workaround!

awhitford commented 5 years ago

Version 1.18.8.1 is now available on central.