This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d1edf1fd8e859fff2a4495f431ff0b7b917c1723 Author: Claus Ibsen <[email protected]> AuthorDate: Sun Feb 20 11:41:59 2022 +0100 maven-compiler-plugin 3.10.0 is making build slower, especially on regen builds --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f375f87..5424230 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,8 @@ <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>1</project.build.outputTimestamp> - <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version> + <!-- compiler-plugin 3.10.0 is making build slower, especially on regen builds --> + <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version> <!-- For now, use 3.0.0-M4 due to SUREFIRE-1831 affecting M5 and causing integration tests (w/ failsafe) to misbehave -->
