Henning Schmiedehausen opened MPLUGINTESTING-86 and commented
How to reproduce:
Using maven 3.9.4:
git clone [email protected]:apache/maven-javadoc-plugin.git
cd maven-javadoc-plugin
mvn clean test -Dtest=TestJavadocReportTest ---> Success
mvn test -Dtest=TestJavadocReportTest ---> fails with NPE
This should either consistently fail or succeed. Right now, the injection of the "settings" field depends on what other lifecycle goals have been executed.
Affects: 3.3.0