diff --git a/apache-thrift/pom.xml b/apache-thrift/pom.xml index e110bfb817..66cfb2bb41 100644 --- a/apache-thrift/pom.xml +++ b/apache-thrift/pom.xml @@ -38,18 +38,31 @@ install - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 1.8 - 1.8 - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.8 + 1.8 + + + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + add-source + + + generated + + + + + +