Hi,

appassembler-maven-plugin and maven-assembly-plugin are really good to create zip/tar.gz with daemon/service startup scripts.

We happily use it at Apache James project.
You have to add a bunch of lines in your pom.xml (see [1]), but you will get return for it :)

Tks,
- Eric

[1] https://svn.apache.org/repos/asf/james/server/trunk/container-spring/pom.xml

On 18/04/2011 18:10, Ted Dunning wrote:
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



Reply via email to