Hi, I am trying to port my maven configuration from FlexMojos 3.09 to FlexMojos 6.0.1 (and Flex SDK from 4.6 to 4.13) In my project I have multiple modules, which are configured as below, but those are never compiled. I found a JIRA issue <https://flexmojos.atlassian.net/browse/FLEXMOJOS-696> for this, but it was closed with no further information. How can I do this in Flexmojos 6.x?
Also, the RSLs in following configuration is wrong for Apache Flex SDKs. Do we now need to keep them, or can we remove them from here? <plugin> <groupId>net.flexmojos.oss</groupId> <artifactId>flexmojos-maven-plugin</artifactId> <version>6.0.1</version> <extensions>true</extensions> <configuration> <sourceFile>Main.mxml</sourceFile> <output>target\Main.swf</output> <debug>true</debug> <localesRuntime> <locale>en_US</locale> </localesRuntime> <compilerWarnings> <warn-no-constructor>false</warn-no-constructor> </compilerWarnings> <themes> <theme>${basedir}\target\theme\spark.swc</theme> </themes> <swfVersion>26</swfVersion> <targetPlayer>15.0</targetPlayer> <moduleFiles> <module>modules\Module1.mxml</module> <module>modules\Module2.mxml</module> </moduleFiles> <rslUrls> <rsl>http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/framework_4.6.0.23201.swz</rsl> <rsl>http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232.swz</rsl> <rsl>http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/spark_4.6.0.23201.swz</rsl> <rsl>http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/sparkskins_4.6.0.23201.swz</rsl> <rsl>http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/rpc_4.6.0.23201.swz</rsl> </rslUrls> <policyFileUrls> <url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</url> <url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</url> <url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</url> <url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</url> <url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</url> </policyFileUrls> </configuration> <dependencies> <dependency> <groupId>net.flexmojos.oss</groupId> <artifactId>flexmojos-threadlocaltoolkit-wrapper</artifactId> <version>6.0.1</version> </dependency> <dependency> <groupId>org.apache.flex</groupId> <artifactId>compiler</artifactId> <version>4.13.0.20140701</version> <type>pom</type> </dependency> </dependencies> </plugin> ----- Regards, Sonal Singhai, Flex Consultant -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Multi-modules-swf-files-with-flexmojos-6-x-tp41005.html Sent from the Apache Flex Development mailing list archive at Nabble.com.