Well, forget about putting configurations on flex-config.xml.

Any config there can be replaced by a default value defined on flex-mojos.
So is better don't rely on it.


You should that by inherit.  Create a parent pom and pull all commom
configuration there.
A read here should help:
http://books.sonatype.com/maven-book/reference/pom-relationships.html


VELO

On Fri, Dec 5, 2008 at 12:31 PM, ddinger <[EMAIL PROTECTED]> wrote:

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