This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-compiler-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit f69346d6c4ff0d8bd06bd3ed6d2ead6554ff5bed
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Oct 13 08:22:21 2025 +0200

    rm annotationProcessors
---
 src/it/MCOMPILER-538/processor/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/it/MCOMPILER-538/processor/pom.xml 
b/src/it/MCOMPILER-538/processor/pom.xml
index ae0fda2..a666cad 100644
--- a/src/it/MCOMPILER-538/processor/pom.xml
+++ b/src/it/MCOMPILER-538/processor/pom.xml
@@ -36,9 +36,6 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <proc>none</proc>
-          <annotationProcessors>
-            <annotationProcessor>foo.MyProcessor</annotationProcessor>
-          </annotationProcessors>
         </configuration>
       </plugin>
     </plugins>

Reply via email to