From 528c22f59d3a35934f4f4308746a78d833b759e8 Mon Sep 17 00:00:00 2001 From: David Mollitor Date: Mon, 11 May 2020 10:57:00 -0400 Subject: THRIFT-5201: Use Apache Parent Pom for Thrift Maven Plugin Client: Java Patch: David Mollitor This closes #2136 --- contrib/thrift-maven-plugin/pom.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'contrib') diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml index 4179b1d91..b18162257 100644 --- a/contrib/thrift-maven-plugin/pom.xml +++ b/contrib/thrift-maven-plugin/pom.xml @@ -23,26 +23,34 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.apache + apache + 23 + org.apache.thrift thrift-maven-plugin maven-plugin thrift-maven-plugin 1.0.0 + + + 1.8 + 1.8 + ${basedir}/../.. + ${thrift.root}/compiler/cpp/thrift + ${thrift.root}/test + + org.apache.maven.plugins maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - org.apache.maven.plugins maven-surefire-plugin - 2.14.1 ${thrift.compiler} @@ -52,7 +60,6 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 generate-jar-for-test @@ -104,10 +111,4 @@ test - - ${basedir}/../.. - ${thrift.root}/compiler/cpp/thrift - ${thrift.root}/test - UTF-8 - -- cgit v1.2.1