This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 79ccd37 CAMEL-16400: split unit and integration tests for camel-wordpress (#5397) 79ccd37 is described below commit 79ccd37b4c2187fda7c4fddce4c2b2334971b96f Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Fri Apr 16 15:12:02 2021 +0200 CAMEL-16400: split unit and integration tests for camel-wordpress (#5397) --- components/camel-wordpress/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/camel-wordpress/pom.xml b/components/camel-wordpress/pom.xml index 3cffc03..6ff15c1 100644 --- a/components/camel-wordpress/pom.xml +++ b/components/camel-wordpress/pom.xml @@ -105,4 +105,13 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + </plugin> + </plugins> + </build> + </project>