cyclonedx-maven-plugin icon indicating copy to clipboard operation
cyclonedx-maven-plugin copied to clipboard

simplify compiler release configuration

Open hboutemy opened this issue 1 year ago • 2 comments

uses https://issues.apache.org/jira/browse/MCOMPILER-582

hboutemy avatar Jun 20 '24 21:06 hboutemy

we'll need to postpone as it requires also https://issues.apache.org/jira/browse/MJAVADOC-787

hboutemy avatar Jun 20 '24 21:06 hboutemy

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?

apupier avatar May 12 '25 15:05 apupier

great, m-javadoc-p upgrade done in #558 we should be able to merge this PR now: rebasing to check

hboutemy avatar Jul 05 '25 16:07 hboutemy

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

hboutemy avatar Jul 05 '25 17:07 hboutemy