This is an automated email from the ASF dual-hosted git repository. sdedic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit effcb4f888300c4d7bfed4a7b733039f9bddb038 Merge: 1e1f53c9f50 d631c438a52 Author: Svatopluk Dedic <[email protected]> AuthorDate: Mon Aug 26 17:42:26 2024 +0200 Merge pull request #7679 from sdedic/projects/deps-annotation-processors Support annotation processor dependencies .../dependencies/DependencyModifierImplTest.java | 12 ++ .../refactoring/dependency/DependencyAdder.java | 153 ++++++++++++++++++--- .../simpleProject/pom-with-processor-broken.xml | 77 ----------- .../simpleProject/pom-with-separateProcessors.xml | 111 --------------- .../MavenDependencyModifierImplTest.java | 47 +------ .../MavenDependencyModifierImplTest2.java | 115 ++++++++++++++++ .../MavenDependencyModifierImplTestBase.java | 90 ++++++++++++ .../modules/maven/api/PluginPropertyUtils.java | 64 +++++---- .../queries/MavenDependenciesImplementation.java | 52 ++++++- 9 files changed, 434 insertions(+), 287 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
