Use dependencySets instead.
Search the archives and you should find enough examples that I have
posted to help solve your problems.

On 9/30/06, Dennis Kempin <[EMAIL PROTECTED]> wrote:
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]



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

Reply via email to