Hi All,
I have a single project that contains about more than 20 mxml files
(Individual application files) that I'm supposed to compile into individual
SWF files. Currently, they are built with ant and each mxml is compiled
into a SWF of a matching name.
I've been asked to replace the existing ANT build with pure maven where
the end-products (swf files) are built in the same manner. I truly
understand that Maven is like "One Artififact per POM". But as I stated
earlier our flex project contains many individual application files. I do
not want to create individual project for each application.
Below code piece is to compile the modules, but doesn't fit to compile the
Main Application files it seems.
* <moduleFiles>*
* <module>Main1.mxml</module>*
* <module>Main2.mxml</module>*
* </moduleFiles>*
I'm yet to try the below said way as well (Achieving the individual SWF
file compilation with individual executions).
<executions>
<execution>
* Main1.mxml*
</execution>
<execution>
* Main2.mxml*
</execution>
</executions>
Is it possible to use any other way in flexmojos to accomplish this, with
the single POM file? Please suggest.
Thanks!
FlexLover
--
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/