diff --git a/pom.xml b/pom.xml index 13d7787..2599cde 100644 --- a/pom.xml +++ b/pom.xml @@ -384,7 +384,7 @@ org.apache.thrift.tools maven-thrift-plugin - 0.1.10 + 0.1.11 ${project.basedir}/tools/windows/thrift.exe @@ -408,5 +408,36 @@ + + default + + true + + + + + org.apache.thrift.tools + maven-thrift-plugin + 0.1.11 + + + thrift-sources + generate-sources + + compile + + + + thrift-test-sources + generate-test-sources + + testCompile + + + + + + +