Hi,

I'm working on a multi module maven project that has several swc and
swf modules.
What ist the best way to to globally configure compiler settings ?
For example I want that for every call of flex-compiler-mojo:compile-
swf a specific set of
properties should be applied:

                                <configuration>
                                        <locales>
                                          <locale>en_US</locale>
                                          <locale>de_DE</locale>
                                        </locales>
                                        <warnigs>...</warnigs>
                                </configuration>

Can I for example reference a flex-config.xml located in the root
folder of the multi project ?
Can I define a <configuration> element at plugin level ?

Any tips appreciated.
Dirk
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to