I use this configuration can copy all the dependencies. But I also want to
copy the test jar file which includes junit test case. How can I do this?

<dependencySets>
                <dependencySet>
                        <unpack>false</unpack>
                        <outputDirectory>libs</outputDirectory>
                        <scope>test</scope>
                </dependencySet>
</dependencySets>
-- 
View this message in context: 
http://www.nabble.com/How-to-package-the-test-jar-file-when-doing-assembly--tp18846820p18846820.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]

Reply via email to