From commits-return-1510-archive-asf-public=cust-asf.ponee.io@parquet.apache.org Mon Jan 14 10:58:33 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2DC8D180608 for ; Mon, 14 Jan 2019 10:58:33 +0100 (CET) Received: (qmail 63302 invoked by uid 500); 14 Jan 2019 09:58:32 -0000 Mailing-List: contact commits-help@parquet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@parquet.apache.org Delivered-To: mailing list commits@parquet.apache.org Received: (qmail 63293 invoked by uid 99); 14 Jan 2019 09:58:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2019 09:58:32 +0000 From: GitBox To: commits@parquet.apache.org Subject: [parquet-mr] Diff for: [GitHub] gszadovszky closed pull request #506: PARQUET-1280: [parquet-protobuf] Use maven protoc plugin Message-ID: <154745991177.29261.16515214327368617770.gitbox@gitbox.apache.org> Date: Mon, 14 Jan 2019 09:58:31 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml index b6f4627b1..125ef3df6 100644 --- a/parquet-protobuf/pom.xml +++ b/parquet-protobuf/pom.xml @@ -32,8 +32,6 @@ 4.4 3.5.1 - - protoc @@ -148,28 +146,24 @@ - maven-antrun-plugin + com.github.os72 + protoc-jar-maven-plugin + 3.6.0.1 generate-sources generate-test-sources - - - - - - - - - - - - src/main/java - target/generated-sources/java - run + + ${protobuf.version} + all + ${project.build.directory}/generated-test-sources/java + + src/test/resources + + With regards, Apache Git Services