git
GraalVM with native-image
command installed and GRAALVM_HOME
environment variable set, see
Building a native executable section of the Quarkus
documentation.
If your are on Linux, docker
is sufficient for the native mode too. Use -Pnative,docker
instead of -Pnative
if you choose this option.
Java 11 for Camel Quarkus < 3.0.0 and then Java 17 for Camel Quarkus >= 3.0.0
Maven {min-maven-version}+ (unless you use the Maven Wrapper, a.k.a. mvnw
available in the source tree).
Checkout the code
git clone https://github.com/apache/camel-quarkus.git
cd camel-quarkus
A fast build without tests and various checks:
mvn clean install -Dquickly
A build with integration tests in the JVM mode only:
mvn clean install
A build with integration tests in both the JVM mode and the native mode:
mvn clean install -Pnative
Tip
|
You may want to install and use mvnd - the Maven Daemon for faster builds.
|
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )