Thanks. After specifying the settings at plugin level like so

                                <plugin>
                                        <groupId>info.flex-mojos</groupId>
                                        
<artifactId>flex-compiler-mojo</artifactId>
                                        <version>2.0M9</version>
                                        <extensions>true</extensions>
                                        <configuration>
                                                
<targetPlayer>9.0.124</targetPlayer>
                                                
<showWarnings>false</showWarnings>
                                                <locales>
                                                  <locale>en_US</locale>
                                                  <locale>de_DE</locale>
                                                </locales>
                                                
<mergeResourceBundle>true</mergeResourceBundle>
                                        </configuration>
                                </plugin>

The other projects inherit those settings. By the way

                                                
<showWarnings>false</showWarnings>
does not seem to work.

Dirk


On 5 Dez., 15:45, "Marvin Froeder" <[EMAIL PROTECTED]> wrote:
> 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