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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ad2b4d3abc (chores) build: remove unused 'errorprone' profile
4ad2b4d3abc is described below

commit 4ad2b4d3abcddbefe78714c1d0cb57b6883ff425
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Sat May 20 09:36:55 2023 +0200

    (chores) build: remove unused 'errorprone' profile
---
 parent/pom.xml | 26 --------------------------
 pom.xml        |  1 -
 2 files changed, 27 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f659e4f8ad5..2499d827e84 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3452,32 +3452,6 @@
             </build>
         </profile>
 
-        <profile>
-            <id>errorprone</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-compiler-plugin</artifactId>
-                        <version>${maven-compiler-plugin-version}</version>
-                        <configuration>
-                            <release>${jdk.version}</release>
-                            <maxmem>512M</maxmem>
-                            <fork>${compiler.fork}</fork>
-                            <compilerId>javac-with-errorprone</compilerId>
-                            <forceJavacCompilerUse>true</forceJavacCompilerUse>
-                        </configuration>
-                        <dependencies>
-                            <dependency>
-                                <groupId>org.codehaus.plexus</groupId>
-                                
<artifactId>plexus-compiler-javac-errorprone</artifactId>
-                                <version>${errorprone-version}</version>
-                            </dependency>
-                        </dependencies>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
 
         <profile>
             <id>cleanrepo</id>
diff --git a/pom.xml b/pom.xml
index 298ddc954a0..09e88f56995 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,6 @@
         <jaxb-osgi-version>4.0.1</jaxb-osgi-version>
         <jaxb-xjc-version>4.0.1</jaxb-xjc-version>
         <jaxb-jxc-version>4.0.1</jaxb-jxc-version>
-        <errorprone-version>2.5</errorprone-version>
         <mycila-license-version>3.0</mycila-license-version>
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
         <groovy-version>4.0.12</groovy-version>

Reply via email to