Aurélien Pupier created CAMEL-24318:
---------------------------------------
Summary: Support build and test using multiple cores
Key: CAMEL-24318
URL: https://issues.apache.org/jira/browse/CAMEL-24318
Project: Camel
Issue Type: Task
Components: build system
Affects Versions: 4.21.0
Reporter: Aurélien Pupier
Currently, the build on CI is launched using a single Core. Using multiple
cores should allow to drastically reduce the time.
Currently, the full compilation can fail when launched with -T1C
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:3.3.0:process (default)
on project bundles-pom: Error loading supplemental data models: Could not find
resource 'target/legal/legal.xml'. -> [Help 1]
and we also have a lot of test failures.
Some ideas:
--
This message was sent by Atlassian Jira
(v8.20.10#820010)