Hi, What I really want to know how to do is build the binary package after I've done the mvn package. i.e.something that looks like this: http://apache.opensourceresources.org/lucene/mahout/0.3/mahout-0.3.tar.gz
My issue is that when I build from src all the files are split across different target directories and of course you also have directories like conf and bin. I really want to build the binary package that you conventionally deploy rather than hack it together myself. I was assuming there was a maven target that does this building of the tar ball. Cheers, Simon On Mon, Aug 9, 2010 at 5:46 PM, Sebastian Schelter <[email protected]>wrote: > Use mvn package, the .job file can be found in core/target after that. > > If you want to run the RecommenderJob on Elastic MapReduce, you need to > additionally apply the patch from MAHOUT-457. > > --sebastian > > > Am 09.08.2010 21:42, schrieb Simon Reavely: > > I have downloaded the trunk using svn > > I have successfully built the trunk using: mvn install > > However, I want to build the binary package so I can deploy it. > > > > What mvn target do I use to build the binary package from source? > > > > Cheers, > > Simon > > > > > > -- Simon Reavely [email protected]
