Hello, I'd like to use moduleSet to get the dependencies of a module, but not include the module itself:
<moduleSet>
<binaries>
<unpack>false</unpack>
<!-- TODO do not insert the project jar itself, only the deps -->
<outputDirectory>/.ignore</
outputDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
</dependencySet>
</dependencySets>
</binaries>
</moduleSet>
Does anyone know how to achieve this?
Thanks,
-Adrian Cole