ascheman commented on issue #202:
URL: 
https://github.com/apache/maven-ejb-plugin/issues/202#issuecomment-4656400735

   For anyone landing here from a search: this is the same `NoSuchMethodError` 
symptom that PR #212 (merged 2026-05-27 by @hboutemy) addressed. The IT's 
sub-module `<parent>` referenced `maven-ejb-it-setup:1.0` instead of 
`aggregator:1.0` — Maven 3 was lenient, Maven 4 enforces relativePath strictly 
and detects the resulting false cycle.
   
   Verified locally on plugin SHA `d7cbd6ff` (= post-merge):
   - `mvn -P run-its clean verify` on Maven 4.0.0-rc-5: **Passed: 9, Failed: 0**
   - Same on `apache/maven` master snapshot (4.1.0-SNAPSHOT, `a166e3fa`): 
**Passed: 9, Failed: 0**
   
   If maintainers agree, this can be closed as fixed by #212.
   
   Note: the [Maven 4.0.0 GA 
checklist](https://cwiki.apache.org/confluence/display/MAVEN/Maven+4.0.0+GA+checklist)
 on cwiki still lists this plugin under "require fix in Maven 4.0.0 RC6" — the 
reality is now "ok with 4.0.0-rc-5", worth updating so future readers don't 
chase a non-issue.
   


-- 
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