GitHub user dimitrisli opened a pull request: https://github.com/apache/camel/pull/2319
CAMEL-1067 Fixing broken build Following up from the discussion here: https://github.com/apache/camel/pull/2303 Project currently succeeds mvn install as well as checkstyle but fails during surfire:test. As there are no tests and [following from this example](https://github.com/apache/camel/blob/3e07a6385b8ba57ba4eb666bd7d2b13ea53306fb/examples/camel-example-spring-boot-geocoder/pom.xml#L37) we can skip that phase all together with this parameter. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dimitrisli/camel CAMEL-10671 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2319.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2319 ---- commit 27e492aa17637f9148f38e4bc57ae6782114975d Author: Dimitrios Liapis <dimitrisli@...> Date: 2018-05-06T00:07:01Z CAMEL-1067 Fixing broken build ---- ---