Re: [m2] assembly plugin use case

2005-08-26 Thread Brett Porter
nothing to do with stupidity level, its just a particularly low documentation level on that one. I usually point people at the maven-core/pom.xml file in the maven sources - that builds the assembly for m2. - Brett solo turn wrote: >what i try to do is to pack files, including the dependecies,

Re: [m2] assembly plugin use case

2005-08-26 Thread solo turn
what i try to do is to pack files, including the dependecies, into a zip. basically the same file set the war plugin would pack. just without the restrictions, it should not go to subdirectory WEB-INF, and there is no web.xml. this zip file should be transferred to another server, via ftp or scp or

[m2] assembly plugin use case

2005-08-26 Thread solo turn
hi, i looked for documentation on how using the assembly plugin, but i guess my stupidity level is big enough to not understand how to use it. does somebody have a use case, like unpacking, add a file, repacking? or how to create a dist-directory with some files and directories in it? -solo ---