Hi,

I want to create an assembly that contains all dependencies of all child modules, but NOT the module artifacts itself. Only dependencies shall be collected. I already tried out this piece of code (Where prefix is a string all my artifact id's start with):

    <moduleSet>
      <binaries>
        <excludes>
          <exclude>prefix*</exclude>
        </excludes>
        <includeDependencies>true</includeDependencies>
        <outputDirectory>/libs/</outputDirectory>
        <unpack>false</unpack>
      </binaries>
    </moduleSet>

All dependencies get included, but also all module artifacts get into the assembly.
Any ideas on how to do this?

Thanks :)
Dennis Kempin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to