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>
<unpack>true</unpack>
<unpackOptions>
<includes>
<include>etc/sql/*.sql</include>
</includes>
</unpackOptions>
</dependencySet>
</dependencySets>
I was hoping for *.sql to be assembled into /sql. Now it's ending up in
/sql/etc/sql :-(
Thanks.
--
View this message in context:
http://www.nabble.com/Flatten-dependencySet-includes-%28assembly-plugin%29-tp19425655p19425655.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]