Can't build swc with Maven and configuration param in pom.xml:
<includeFiles>
<includes>
<include>metadata.xml</include>
</includes>
</includeFiles>
As result maven put only metadata.xml in result swc artifact, and doesn't compile other sources. I fix it just remove "includeFiles" config param, but now compiler put all files from src. Maybe we need separate src/main/flash and src/main/resources as for java projects?