apache / apache/maven-plugin-testing
[MPLUGINTESTING-86] inconsistent settings injection depending on build lifecycle
- Dominant language
- No language data
- Stars
- 17
- Forks
- 41
- Avg merge
- 5h
- Merged PRs (30d)
- 11
Description
**[Henning Schmiedehausen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henning)** opened **[MPLUGINTESTING-86](https://issues.apache.org/jira/browse/MPLUGINTESTING-86?redirect=false)** and commented
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.
---
**Affects:** 3.3.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.