Ok. How do I find out what the syntax is?
Matt On May 26, 3:29 pm, Marvin Froeder <[email protected]> wrote: > You can configure whatever you are able to configure on flex-config.xml and > much more on pom configuration, but the syntax is not the same. > > VELO > > > > On Wed, May 26, 2010 at 11:26 AM, Matt C <[email protected]> wrote: > > So you mean that I can use the same syntax in the pom.xml file as in > > the flex-config.xml file? > > > ie, I can just put the <definesDeclaration> code segment (below) > > directly within the <configuration> section for the flexmojos plugin? > > > like this: > > > <build> > > <sourceDirectory>src/main/flex</sourceDirectory> > > <testSourceDirectory>src/test/flex</testSourceDirectory> > > <finalName>${parent.artifactId}</finalName> > > <plugins> > > <plugin> > > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-maven-plugin</artifactId> > > <configuration> > > <locale> > > <locale-element>en_US</locale-element> > > </locale> > > <source-path> > > <path-element>../locales/{locale}</path-element> > > </source-path> > > <allow-source-path-overlap>true</allow-source-path- > > overlap> > > <definesDeclaration> > > <property> > > <name>CONFIG::development</name> > > <value>false</value> > > </property> > > </definesDeclaration> > > </configuration> > > <dependencies> > > <dependency> > > <groupId>com.adobe.flex</groupId> > > <artifactId>compiler</artifactId> > > <type>pom</type> > > <version>${flex-framework.version}</version> > > </dependency> > > </dependencies> > > </plugin> > > </plugins> > > </build> > > > On May 26, 3:16 pm, Marvin Froeder <[email protected]> wrote: > > > Ow, you wanna configurations per modules?! > > > > You need to split your code into multiple maven modules then. > > > > VELO -- 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 http://flexmojos.sonatype.org/
