Dear all,
I am currently investigating the possibility to use maven to build automatically the
structure of an application. This is a simple RMI daemon with the followign structure:
bin\
etc\
lib\
docs\
my-daemon.jar
Using the dist plugin I am already almost able to generate this structure very easily
and tar.gz & zip it. However, I have to copy the libraries in some crappy maven tag:
<copy todir="${maven.dist.bin.assembly.dir}/lib"
file="${maven.repo.local}/bla/foo-SNAPSHOT.jar"/>
[...]
Is there an easiet way to do this? What's the easiest way to copy the bin and etc
directory in my maven.xml?
Thanks in advance,
St�phane
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]