All, I am trying to integrate apache-mesos with our resource manager. However, mesos uses a technology called "protobuff" from Google for marshaling/unmarshaling data.
This requires running a tool called "protoc" to generate a source file in java. What is the best way to integrate this step into our build process? Options I can conceive of: -Check in generated java file -Require "protoc" installation to build resource manager -Separate extra resource package into new module None of these ideas are very clean. Any other ideas? I tried setting up a profile to only compile these sources when selected, but that turned out not to work. -Michael Starch
