Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[MPLUGINTESTING-86] inconsistent settings injection depending on build lifecycle

Open
#137 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java

Research direction

Clone maven-javadoc-plugin and run the two Maven 3.9.4 reproductions for TestJavadocReportTest: clean test and test. Compare the settings injection behavior across the two lifecycle paths; done means both commands consistently succeed or consistently fail without the reported NPE.

Written by the indexing model from the issue text.

Description

bug priority:major waiting-for-feedback

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

Dominant language
No language data
Stars
17
Forks
41
Avg merge
5h 33m
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/maven-plugin-testing

All issues in apache/maven-plugin-testing

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.