maven-plugin-testing
maven-plugin-testing copied to clipboard
[MPLUGINTESTING-86] inconsistent settings injection depending on build lifecycle
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
to test again with 3.4.0