I would like to include a series of assets in a swc.

I'm trying to use the includeFiles option as explained in the plugin
docs.

http://repository.sonatype.org/content/sites/flexmojos-site/4.0-pre-alpha-1/compile-swc-mojo.html#includeFiles

<includeFiles>
  <includeFile>
    <includes>
      <include>*.xml</include>
    </includes>
    <excludes>
      <exclude>excluded-*.xml</exclude>
    </excludes>
  </includeFile>
</includeFiles>

However maven complains:

When configuring a basic element the configuration cannot contain any
child elements. Configuration element 'includeFile'

Maven allows me to put an IncludeFiles, and IncludeFile element, but
doesn't like the includes and excludes elements.

I am on FlexMojos 3.8 and Maven 2.2.1.

Am i missing something obvious?

-- 
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