Hi devs,
Most of us keep forgetting about validating that javadocs are fine, but I think most of us have the reflex to enable the quality profile when building with Maven.
So I propose that we enabled the javadoc plugin in the quality profile.
A build with -Pquality will definitely be a bit slower, but I feel it worth it.
It also means that the CI Quality build with now run javadoc too, but it seems that this is covered by the Develocity cache, so I guess it’s fine.
WDYT ?
Here is my +1