I managed to figured it out but we have a bug there. On pom.xml from rya.mapreduce there is param missing on the maven-shade-plugin:
<phase>package</phase> <goals> <goal>shade</goal> </goals> Jorge Machado > On 11 Apr 2018, at 11:16, Jorge Machado <jom...@me.com> wrote: > > Hi Jeff again, > > so the build has finished but from the docs it should exist a > rya.mapreduce-*-SNAPSHOT-shaded.jar which I cannot found. > Any Tipps ? > > > Jorge Machado > <buildlog.txt> > > > >> On 10 Apr 2018, at 16:21, Jeff Dasch <hcs...@gmail.com >> <mailto:hcs...@gmail.com>> wrote: >> >> Jorge, >> >> Master looks to be ok right now. There are a number of reasons why RAT >> might complain. Files generated by your IDE might be the culprit, or >> builds using different combinations of profiles might also be the culprit. >> You'd have to send out the rat.txt file to know for sure. >> >> For a fix, the command "git clean -fdx" will be more thorough than "mvn >> clean", but it might clobber something your IDE depends on. The command >> "mvn clean install -Drat.skip" is the more lightweight workaround. >> >> -Jeff >> >> On Tue, Apr 10, 2018 at 10:05 AM, Jorge Machado <jom...@me.com >> <mailto:jom...@me.com>> wrote: >> >>> Hi Guys, >>> >>> I was trying to compile Rya from master and I always get : >>> >>> Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check >>> (check-licenses) on project rya.extras: Too many files with unapproved >>> license: 6 See RAT report in: /Users/jorge/Documents/ >>> BigData/experiments/incubator-rya/extras/target/rat.txt >>> >>> Is the repo broken on master ? I’m using the command: mvn clean install >>> >>> Thanks >>> >>> >>> Jorge Machado >>> www.jmachado.me <http://www.jmachado.me/> >>> >>> >>> >>> >>> >>> >