I see in version 2.2 I can include all dependencies using the new
wildcard syntax:

<dependencySets>
        <dependencySet>
            <outputDirectory>lib</outputDirectory>
            <includes>
                <include>*:jar</include>
            </includes>
        </dependencySet>
</dependencySets>

However how do I also include the current artifact (the one that this
project is building?)  Note I have a single jar type project, not a
multi-module build.

-Dave

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

Reply via email to