Hi Chris,
You want the maven-assembly and maven-dependency to do this. I wrote about
it with examples[1]:
You can probably unpack directly to your target folder rather than filtering
as is shown in the example.
--Brian

[1] http://blogs.sonatype.com/brian/2008/04/17/1208485500000.html

On Thu, Jun 12, 2008 at 1:48 PM, Chris Berry <[EMAIL PROTECTED]> wrote:

> Greetings,
> I have a bunch of scripts (start, stop, perf, cleanup, install, etc
> scripts) that are the same for every project we have.
> Individual projects extend these scripts using simple local callbacks (i.e.
> local extension scripts).
>
> What I want to do is create a simple "tarball project" out of them, such
> that
> 1) The scripts are brought in as a regular Maven artifact (e.g
> ctrl-scripts.1.2.3.tar.gz)
> 2) The tarball is expanded into /target and then included into the
> project's assembly.
>
> I was wondering how best to accomplish this w/ Maven.
> 1) How does one create a "tarball project", where all artifacts are
> composed into a tar.gz as the artifact type
> 2) What is the best way to wire this tarball artifact into another project
> so that it gets expanded into target
>
> Thanks,
> -- Chris
> S'all good  ---   chriswberry at gmail dot com
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to