simplify compiler release configuration
uses https://issues.apache.org/jira/browse/MCOMPILER-582
we'll need to postpone as it requires also https://issues.apache.org/jira/browse/MJAVADOC-787
https://issues.apache.org/jira/browse/MJAVADOC-787 has been fixed in maven Javadoc plugin 3.11. Need to update the version used https://github.com/CycloneDX/cyclonedx-maven-plugin/blob/ad5624e0c739550cb0db38939b79a222b70ea445/pom.xml#L348 (still 3.10) but maybe wait for a dependabot PR update?
great, m-javadoc-p upgrade done in #558 we should be able to merge this PR now: rebasing to check
Error generating maven-javadoc-plugin:3.10.1:aggregate-no-fork report:
Error: Exit code: 1
Error: [ERROR] javadoc: error - invalid flag: --release
oh, stupid me, it's 3.11.0 minimum that we need: I'll update the plugin in the current PR, no need to ask dependabot