dtrott / maven-thrift-plugin

Maven Thrift Plugin that executes the thrift code generator (base on protocol buffers plugin)
120 stars 68 forks source link

thrift-as-dependency support #18

Closed bsideup closed 11 years ago

bsideup commented 11 years ago

Hi!

First of all, thank you for your plugin! I made some major changes in it, but i'm think that you will love it:)

My proposal is to use thrift executable as usual maven dependency, because in our projects there was a problem with it, each project was shipped with binaries in source control, and that's sucks:)

To test it, you should have thrift binaries in your repo. For GAV see new constants in AbstractThriftMojo.java.

Cheers!

bsideup commented 11 years ago

Oops. Wrong branch. I will send another one. Sorry.