dtrott / maven-thrift-plugin

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

Update src/main/java/org/apache/thrift/maven/Thrift.java #15

Open imysak opened 11 years ago

imysak commented 11 years ago

idea to add multi generators. why : I need something like :    thrift --gen java --gen js:node

P.S. I wrote it direct on github`s editor, so I didn't compile this

chazmuzz commented 10 years ago

Hi, did you make any progress with this outside of github?

DanielYWoo commented 10 years ago

I used to use my own ant target to generate php/python/java clients. I really appreciate if you can support the -gen parameter.