Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Can't build with Maven #77

Open
hyzhak opened this issue Oct 9, 2012 · 3 comments
Open

Can't build with Maven #77

hyzhak opened this issue Oct 9, 2012 · 3 comments

Comments

@hyzhak
Copy link

hyzhak commented Oct 9, 2012

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?

@tschneidereit
Copy link
Owner

To be entirely honest, I don't know the first thing about Maven and didn't
build the original Maven support for Swiftsuspenders. So if anyone with
Maven knowledge wants to contribute a patch, I'd gladly pull that.
Otherwise, I'm afraid I can't really help here.

@hyzhak
Copy link
Author

hyzhak commented Oct 10, 2012

ok, i'll try to fix it

@chwthewke
Copy link

Submitted a fix in pull request #83

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants