From dev-return-19814-archive-asf-public=cust-asf.ponee.io@ranger.apache.org Thu Oct 25 20:21:35 2018 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 09AAF180670 for ; Thu, 25 Oct 2018 20:21:34 +0200 (CEST) Received: (qmail 12339 invoked by uid 500); 25 Oct 2018 18:21:34 -0000 Mailing-List: contact dev-help@ranger.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ranger.apache.org Delivered-To: mailing list dev@ranger.apache.org Received: (qmail 12328 invoked by uid 99); 25 Oct 2018 18:21:34 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2018 18:21:34 +0000 Received: from [10.42.80.128] (outbound.hortonworks.com [192.175.27.2]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 15BFED6A for ; Thu, 25 Oct 2018 18:21:32 +0000 (UTC) From: Velmurugan Periasamy Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Ranger mvn build parameters... Message-Id: <1F2E3783-FBB8-44B5-8ADB-68AE34E9AA00@apache.org> Date: Thu, 25 Oct 2018 14:21:31 -0400 To: dev@ranger.apache.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) I am able to build locally using the below command (no change) even = after RANGER-2243. mvn clean compile package install assembly:assembly Could it be related to maven version? I am using maven 3.3.9 and it is = picking up the right maven-assembly-plugin (2.2-beta-5) specified in = pom.xml. Not sure why you are picking up 3.0.0?=20 ________________________________________ From: Ramesh Mani Sent: Thursday, October 25, 2018 2:15 PM To: dev@ranger.apache.org Subject: Re: Ranger mvn build parameters... Hi Bosco, JIRA https://issues.apache.org/jira/browse/RANGER-2265 is raised for addressing this. If this patch works we don=C2=B9t need to updated Thanks Ramesh On 10/23/18, 10:22 PM, "Don Bosco Durai" wrote: >Seems after https://issues.apache.org/jira/browse/RANGER-2243 patch, we >need to pass -Pall to the build. > > > >Without that, I am getting this error: > > > >mvn -DskipTests=3Dtrue clean compile package install assembly:assembly > >[ERROR] Could not find goal 'assembly' in plugin >org.apache.maven.plugins:maven-assembly-plugin:3.0.0 among available >goals help, single -> [Help 1] > > > >Can we change the public documentation with additional details? Seems = we >need to change quite a few places: > > > >https://ranger.apache.org/quick_start_guide.html > = >https://cwiki.apache.org/confluence/display/RANGER/Ranger+Installation+Gu= i >de > >https://github.com/apache/ranger > > > >There are other places also. > > > >Thanks > > > >Bosco > > > > > > > > >