As maven, flexmojos is not meant to be used that way. Take a look at "Producing Multiple Unique JARs from a Single Source Directory" to know why you shouldn't do that. http://maven.apache.org/guides/mini/guide-using-one-source-directory.html
You likely can do some workaround using modules or multiple executions, but I really advice to not do so, since that is not the way neither maven nor flexmojos is designed to work. VELO On Mon, Jun 7, 2010 at 5:52 PM, Shameer Salim <[email protected]>wrote: > Hi All, > I am using flex mojos to build my application. Now I have more than 1 > source file. Can someone please let me know how to include multiple > applicaiton file in the same pom.xml? > > Thanks, > Shameer > > -- > 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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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/
