Hi!
I am trying to build a directory "test/lib" which only contains those
dependencies belonging to scope "test". Currently the only dep with this
property is the "junit.jar". So I am trying the following in my assembly
descriptor:
<dependencySet>
<outputDirectory>test/lib</outputDirectory>
<scope>test</scope>
<includes>
<include>*junit*</include>
</includes>
</dependencySet>
But this does not work: Not even the directory "test/lib" is being built
in this case.
BTW: Completely removing the "<includes>" section from the above
dependencySet results in a directory "test/lib" containing /every/
dependency including those with scope "test", "runtime" and "compile".
This is of course also not what I want.
Any help?
Cheers,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]