Hi all and mainly for Chris :) Long time that i don't use the Export Release Build. I don't know if in fact is still possible for Flex SDK 4.10 (the one that i am using now) with combination for Flex mojos 6.0.1 to make the best release possible using something like export release build option in the pom files? There is the kind of optimization in the Flex mojos? there is a opion like <exportReleaseBuild>true</exportReleaseBuild> or maybe by default is already the case? My configuration is the following: <pluginManagement> <plugins> <plugin> <groupId>net.flexmojos.oss</groupId> <artifactId>flexmojos-maven-plugin</artifactId> <version>${flexmojos.version}</version> <extensions>true</extensions> <configuration> <themes> <theme>${project.build.directory}/../../../bs2020Config/themes/Halo/halo.swc</theme> <theme>${project.build.directory}/../../../bs2020Config/themes/Spark/spark.css</theme> <theme>${project.build.directory}/../../../bs2020Config/themes/Spark/MXFTEText.css</theme> </themes> <fonts> <managers> <manager>flash.fonts.CFFFontManager</manager> </managers> </fonts> <compilerWarnings> <warn-no-constructor>false</warn-no-constructor> </compilerWarnings> <targetPlayer>${flash.version}</targetPlayer> <localesCompiled> <locale>en_US</locale> <locale>fr_FR</locale> </localesCompiled> </configuration> <dependencies> <dependency> <groupId>net.flexmojos.oss</groupId> <artifactId>flexmojos-threadlocaltoolkit-wrapper</artifactId> <version>${flexmojos.version}</version> </dependency> <dependency> <groupId>com.adobe.flex</groupId> <artifactId>compiler</artifactId> <version>${flex.version}</version> <type>pom</type> </dependency> </dependencies> </plugin> </plugins> </pluginManagement>
Thanks in advance all for some input. At least i share the plugin configuration maybe also can help someone :)