Re: thought: allow exclude dependencies from parent in maven4?

2025-01-17 Thread Gary Gregory
As a tangent "combine.self" shows up as an XML validation failure in maven-v4_0_0.xsd, which confusingly is used with Maven 3. It would be nice to be able to validate XML properly. Gary On Fri, Jan 17, 2025, 04:44 Guillaume Nodet wrote: > The code has undergone major refactoring in the past mo

Re: thought: allow exclude dependencies from parent in maven4?

2025-01-17 Thread Xeno Amess
yes I already entered that part, mdo changed and applied at the last last email. and I'm just looking at how dependencies and dependencyManagement be used, then mock it... after all I have quite some experiences with quite some java projects (both open and close sources) so even with no document I

Re: thought: allow exclude dependencies from parent in maven4?

2025-01-17 Thread Guillaume Nodet
The code has undergone major refactoring in the past months, so any pointer you could find would be useless imho. Basically, focus on impl/maven-impl and impl/maven-core, the other subprojects are APIs or compatibility and should rarely be touched. In your case, you're willing to alter the main mod

Re: thought: allow exclude dependencies from parent in maven4?

2025-01-17 Thread Xeno Amess
btw is there any good ways to learn about the details of the maven project? etc books, or some articles, tutorials I read https://cwiki.apache.org/confluence/display/MAVEN/Index and found nearly nothing useful for starters... I mean, not tutorial for how to use maven, but for how to design/modify/d