No, I can't, because I do not know ahead of time what the dependencies are (the plugin config is in the parent POM). Each dependency is a component, and ideally, you can add dependencies in the child POM and utilize the common plugin configuration in the parent POM.
Again, not a real big deal, I can extend the Mojo, except for the parameter injection problem I mentioned in another post :-) On 1/15/06, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > Are you using the unpack-dependencies? If you use unpack, you have to > specify which ones to unpack, but you have control over where each one > goes. > > >
