On Thu Sean Owen <sro...@gmail.com> wrote: > Anyone know if there is an easy way to package a build target with all > its dependencies with Maven? I can't find the formula with the > assembly plugin but guess it is there.
Hmm, judging from the poms in our repo, we are currently doing that through an ant-script. Just look at the passages that generate *.job files in the examples and core modules. Isabel