You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/21 12:56:00 UTC

[camel-quarkus] branch master updated: Set disableReports=true in quarkus-maven-plugin config to speed up the itests execution

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 39b9e8b  Set disableReports=true in quarkus-maven-plugin config to speed up the itests execution
39b9e8b is described below

commit 39b9e8b40c9c75ee5b4fa74dd62c5c88c8c4701e
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Aug 21 09:43:17 2019 +0200

    Set disableReports=true in quarkus-maven-plugin config to speed up the itests execution
---
 integration-tests/aws/pom.xml        | 1 +
 integration-tests/jdbc/pom.xml       | 1 +
 integration-tests/salesforce/pom.xml | 1 +
 integration-tests/servlet/pom.xml    | 1 +
 integration-tests/twitter/pom.xml    | 1 +
 5 files changed, 5 insertions(+)

diff --git a/integration-tests/aws/pom.xml b/integration-tests/aws/pom.xml
index 401a31a..f25f439 100644
--- a/integration-tests/aws/pom.xml
+++ b/integration-tests/aws/pom.xml
@@ -132,6 +132,7 @@
                                     <graalvmHome>${graalvmHome}</graalvmHome>
                                     <enableJni>true</enableJni>
                                     <enableAllSecurityServices>true</enableAllSecurityServices>
+                                    <disableReports>true</disableReports>
                                 </configuration>
                             </execution>
                         </executions>
diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml
index ee406e0..4242d3b 100644
--- a/integration-tests/jdbc/pom.xml
+++ b/integration-tests/jdbc/pom.xml
@@ -128,6 +128,7 @@
                                     <graalvmHome>${graalvmHome}</graalvmHome>
                                     <enableJni>false</enableJni>
                                     <debugBuildProcess>false</debugBuildProcess>
+                                    <disableReports>true</disableReports>
                                 </configuration>
                             </execution>
                         </executions>
diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml
index 534bc77..9835253 100644
--- a/integration-tests/salesforce/pom.xml
+++ b/integration-tests/salesforce/pom.xml
@@ -120,6 +120,7 @@
                                     <dumpProxies>false</dumpProxies>
                                     <graalvmHome>${graalvmHome}</graalvmHome>
                                     <enableJni>true</enableJni>
+                                    <disableReports>true</disableReports>
                                 </configuration>
                             </execution>
                         </executions>
diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml
index 19af77b..d1005e5 100644
--- a/integration-tests/servlet/pom.xml
+++ b/integration-tests/servlet/pom.xml
@@ -125,6 +125,7 @@
                                     <graalvmHome>${graalvmHome}</graalvmHome>
                                     <enableJni>false</enableJni>
                                     <debugBuildProcess>false</debugBuildProcess>
+                                    <disableReports>true</disableReports>
                                 </configuration>
                             </execution>
                         </executions>
diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml
index e5adbbb..09d16e6 100644
--- a/integration-tests/twitter/pom.xml
+++ b/integration-tests/twitter/pom.xml
@@ -117,6 +117,7 @@
                                     <graalvmHome>${graalvmHome}</graalvmHome>
                                     <enableJni>true</enableJni>
                                     <enableAllSecurityServices>true</enableAllSecurityServices>
+                                    <disableReports>true</disableReports>
                                 </configuration>
                             </execution>
                         </executions>