That would create a release, but I think that the desire here is to just create a packaged version of the code.
That should probably be mvn package I don't think that we have a top-level life-cycle that does the necessary tar-ing of things together. The good news is that we finally are getting to where a user would like to do this! That means that the project is maturing. On Mon, Apr 18, 2011 at 2:58 AM, Sean Owen <[email protected]> wrote: > It's basically 'mvn -Prelease release' but see here: > https://cwiki.apache.org/confluence/display/MAHOUT/How+To+Release > > On Mon, Apr 18, 2011 at 10:23 AM, Stanley Xu <[email protected]> wrote: > > > Dear all, > > > > It might be a stupid question, but I am not that familiar with Maven. How > > could I run a simple Maven script to create a distribution I could un-tar > > the build on a hadoop cluster and just set the MAHOUT_HOME to run the > > mahout > > script? > > > > It I run "mvn install", the built jars would be put in different > > sub-project > > paths, it's really a little confusion to package the different required > > libs, jars and scripts. > > > > Thanks in advance. > > > > Best wishes, > > Stanley Xu > > >
