Re: Flatten dependencySet includes (assembly plugin)

2008-09-11 Thread John Casey
there's an open issue related to mappers in http://jira.codehaus.org/browse/MASSEMBLY That issue covers this functionality, and hasn't been completed yet. sverhagen wrote: Hi. Using the assembly plugin. Is there a way to get stuff that's in a certain folder X of a dependency end up in my

Re: Flatten dependencySet includes (assembly plugin)

2008-09-11 Thread sverhagen
John Casey-5 wrote: there's an open issue related to mappers in http://jira.codehaus.org/browse/MASSEMBLY That issue covers this functionality, and hasn't been completed yet. You are right. This is the exact one: http://jira.codehaus.org/browse/MASSEMBLY-45 It looks like the sort of

Flatten dependencySet includes (assembly plugin)

2008-09-10 Thread sverhagen
Hi. Using the assembly plugin. Is there a way to get stuff that's in a certain folder X of a dependency end up in my assembly's folder Y. Given the following assembly.xml: dependencySets dependencySet outputDirectory/sql/outputDirectory unpacktrue/unpack