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 80271a8377b012d54c82c5571011a7885b1bf58b Author: Andrea Tarocchi <[email protected]> AuthorDate: Tue May 28 17:39:38 2024 +0200 Updated maven surefire option in order to prevent failure if no tests are run --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 6b76f3d8b8..3967bec14e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -207,7 +207,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${version.maven.surefire.plugin}</version> <configuration> - <failIfNoTests>false</failIfNoTests> + <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> </configuration> </plugin> <plugin>
