From 0f5b5a784eac5f27ee2405647651e249251a4796 Mon Sep 17 00:00:00 2001 From: Predrag Maric Date: Thu, 2 Feb 2017 02:59:09 +0100 Subject: [PATCH] BAEL-598 Edited pom.xml --- apache-thrift/pom.xml | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) 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 + + + + + +