GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1636
Protobuf issue Check if the running OS platform supports the protobuf generator plugin. If the platform doesn't support, the protobuf test code generation, their assembly and launch will be skipped Supported platforms are: - Linux (x86 32 and 64-bit) - Windows (x86 32 and 64-bit) - OSX (x86 32 and 64-bit) This prevents fails when build without "fastinstall" profile will run on unsupported by protoc plugin platform You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel protobuf-issue Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1636.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 #1636 ---- commit 35ab9fa64958ba451cc5d2ca81a499059831ddc1 Author: Dmitry Volodin <dmvo...@gmail.com> Date: 2017-04-18T10:59:18Z camel-protobuf: Check if the OS supports the protobuf generator plugin commit cb9e031f46ec917793775f49535633af88da02c3 Author: Dmitry Volodin <dmvo...@gmail.com> Date: 2017-04-18T11:08:10Z camel-protobuf: set gmaven-plugin version to global param ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---