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