« Return to Thread: assembly: moduleSet/binaries but without the module

assembly: moduleSet/binaries but without the module

by Adrian Cole :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: assembly: moduleSet/binaries but without the module