slachiewicz opened a new pull request, #676:
URL: https://github.com/apache/maven-doxia-sitetools/pull/676

   Nothing in the reactor touches the harness — no `AbstractMojoTestCase`, no 
`MojoRule`, no `org.apache.maven.plugin.testing` import anywhere. The stub that 
looks like it might need one, `MavenProjectStub`, extends `MavenProject` 
directly.
   
   The only thing it contributed transitively was `mockito-core`, which this 
module neither declares nor uses:
   
   ```
   +- 
org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.5.1:test
   |  \- org.mockito:mockito-core:jar:4.11.0:test
   ```
   
   It was also carrying the last `plexus-container-default` reference in the 
stack, as an exclusion on itself. With wagon gone in #673 and `maven-compat` in 
#666, removing this leaves no module in any of the four repositories resolving 
`plexus-container-default`, and drops a Maven 3-era test harness along with it.
   
   Verified: `mvn clean verify` → 68 tests, 0 failures (including the 11 in 
`SiteToolTest` that resolve from Central); `dependency:tree 
-Dincludes=org.codehaus.plexus:plexus-container-default` matches nothing in the 
reactor.
   
   *This change was created with AI assistance.*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to