Lombok Maven javadoc:aggregate report with generated sources
I created a workaround build configuration that will create aggregated javadocs from generated sources, although the call sequence has two steps: mvn package mvn -N pre-site The build configuration is now published in Github. The current version only supports a project tree of depth one, but can of course be modified. It works by gathering … Read more