I have been playing with the idea of converting all libs and contrib items that use java and ant over to using maven for the build process. I am mainly interested in this to gain one common parent pom which will allow us not to have redundant information in multiple locations as it is now within each build.xml and will make releasing all java based artifacts easier for me.
I have converted over the following items as a proof of concept and they are all located in lib/java folder within my mavenize branch available at https://github.com/jfarrell/thrift/tree/mavenize * java lib * thrift-maven-plugin * as3 lib * fb303 lib I would love to get everyones feedback on this Thanks -Jake
