You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by youhaodeyi <yo...@gmail.com> on 2008/08/06 10:47:38 UTC

How to package the test jar file when doing assembly?

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org