This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch camel-kafka-connector-4.4.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 3a0ed2effbe1b00b81eb1fc215dc1f73ec4bbdee Author: Andrea Tarocchi <[email protected]> AuthorDate: Tue May 28 18:16:05 2024 +0200 XXX: to be stashed --- tooling/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tooling/pom.xml b/tooling/pom.xml index 090993a18e..750d307bb3 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -66,6 +66,14 @@ <fork>${compiler.fork}</fork> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>${version.maven.surefire.plugin}</version> + <configuration> + <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> + </configuration> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
