Eric Cai
Eric Cai
@michael-o @cstamas @ibabiankou I think the code is already ready for review, I would like to run more tests before converting the PR from Draft to final. Please help review...
@michael-o Created separate PR for moving the PremanagedDependency class. https://github.com/apache/maven-resolver/pull/179
Separated the PR for PremanagedDependency refactoring and rebased the code.
@cstamas I can reproduce. Let me do some research.
@michael-o @cstamas I have converted the PR from draft to ready. Please help review. The basic idea of this PR is: - Given dependency A's children B, C, D -...
@michael-o @cstamas Folks, please help review the PR and let me know if anything needs from me. This PR can make poms/metadata.xml download much faster.
> Any updates on this PR? Can we expect it to be merged soon? > > I'm a contributor of [JDT Language Server](https://github.com/eclipse/eclipse.jdt.ls), and one of our core component [m2e](https://github.com/eclipse-m2e/m2e-core)...
> > > Proper evaluation I'd mandatory > > > > > > I understand and appreciate all the work you guys have done. If I remember clearly, some integration...
Hi Fred, 1) For certain project, if maven-processor-plugin is defined, maven-compiler plugin is already ignored. See MavenCompilerJdtAptDelegate#isIgnored. Not sure if you mean if maven-processor-plugin is defined in any one project...
Thanks for your comments. 1) Yes #26 should help, or we can have alternative compiler plugin implementation that has proc:none by default, however there is education cost for this solution,...