This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 0e3651adf6 Do not run camel-k-maven-plugin tests if skipTests = true 0e3651adf6 is described below commit 0e3651adf63c5c7f1f7caff2150e803f5ab30bd2 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Sep 6 15:19:34 2023 +0100 Do not run camel-k-maven-plugin tests if skipTests = true --- tooling/camel-k-maven-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/camel-k-maven-plugin/pom.xml b/tooling/camel-k-maven-plugin/pom.xml index 6abbc2b9e2..c373224676 100644 --- a/tooling/camel-k-maven-plugin/pom.xml +++ b/tooling/camel-k-maven-plugin/pom.xml @@ -222,6 +222,7 @@ <goal>verify</goal> </goals> <configuration> + <skipInvocation>${skipTests}</skipInvocation> <properties> <com.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize>true </com.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize>