You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by dimitrisli <gi...@git.apache.org> on 2018/05/06 00:10:25 UTC

[GitHub] camel pull request #2319: CAMEL-1067 Fixing broken build

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 <di...@...>
Date:   2018-05-06T00:07:01Z

    CAMEL-1067 Fixing broken build

----


---

[GitHub] camel pull request #2319: CAMEL-1067 Fixing broken build

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/camel/pull/2319


---