Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.3.0
-
None
-
None
Description
How to reproduce:
Using maven 3.9.4:
git clone git@github.com: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.