Hey,

I am trying to use the assembly plugin but when I specify to include a
project generated by FlexMojos I always get also a ${artifactId}-$
{version}-10.swc and ${artifactId}-${version}-configs.swc included in
the assembly. Is there any way to get rid of them? All I do to include
them is:

<moduleSet>
  <includes>
    <include>${project.groupId}:apparat-ersatz</include>
  </includes>
  <binaries>
    <unpack>false</unpack>
  </binaries>
 </moduleSet>

Note however it works if I simply do this:

<moduleSet>
  <binaries>
    <unpack>false</unpack>
  </binaries>
 </moduleSet>

But that is not really acceptable since it will include all modules.

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to