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? ________________________________________ From: Ramesh Mani <[email protected]> Sent: Thursday, October 25, 2018 2:15 PM To: [email protected] 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¹t need to updated Thanks Ramesh On 10/23/18, 10:22 PM, "Don Bosco Durai" <[email protected]> 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=true 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+Gui >de > >https://github.com/apache/ranger > > > >There are other places also. > > > >Thanks > > > >Bosco > > > > > > > > >
