You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/06/23 13:37:44 UTC

[camel] 03/18: Build with compiler.fork=false by default

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

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

commit a1f5a26682b82499f789ef7e90e2cd8c28462c0b
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Sat Jun 17 22:12:14 2023 +0200

    Build with compiler.fork=false by default
---
 camel-dependencies/pom.xml | 1 -
 parent/pom.xml             | 2 --
 pom.xml                    | 1 -
 3 files changed, 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 7d82a7e0fb6..29032c87b21 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -39,7 +39,6 @@
     <!-- sync properties here from parent/pom.xml -->
     <properties>
         <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
-        <compiler.fork>true</compiler.fork>
         <cxf.codegenplugin.forkmode>true</cxf.codegenplugin.forkmode>
         <cxf.codegen.jvmArgs />
         <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError</camel.surefire.fork.vmargs>
diff --git a/parent/pom.xml b/parent/pom.xml
index d8abe6c309c..e201dff0a42 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -34,7 +34,6 @@
 
     <properties>
         <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
-        <compiler.fork>true</compiler.fork>
         <cxf.codegenplugin.forkmode>true</cxf.codegenplugin.forkmode>
         <cxf.codegen.jvmArgs />
         <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError</camel.surefire.fork.vmargs>
@@ -2961,7 +2960,6 @@
                     <configuration>
                         <release>${jdk.version}</release>
                         <maxmem>512M</maxmem>
-                        <fork>${compiler.fork}</fork>
                         <showDeprecation>true</showDeprecation>
                         <showWarnings>true</showWarnings>
                         <compilerArgs>
diff --git a/pom.xml b/pom.xml
index 440a1350c03..d7931e632ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,6 @@
 
         <site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
         <jdk.version>17</jdk.version>
-        <compiler.fork>false</compiler.fork>
         <!-- These two are here only to prevent the versions for the Apache parent pom from leaking-->
         <maven.compiler.source>${jdk.version}</maven.compiler.source>
         <maven.compiler.target>${jdk.version}</maven.compiler.target>