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

gzurowski pushed a commit to branch disable-integration-tests-release
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e0dfcfa059ebf20b2c7bd522c1b13573f6d95223
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sat May 15 17:13:35 2021 +0200

    Skip integration tests for release building
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5f24f6b..b3adce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -785,6 +785,13 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-failsafe-plugin</artifactId>
+                        <configuration>
+                            <skipITs>true</skipITs>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>

Reply via email to