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 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to