flexmojos:optimize

Full name:

org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0:optimize

Description:

Goal which run post-link SWF optimization on swc files. This goal is used to produce RSL files.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Since version: 2.0.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
optimizeRsls boolean 2.0 Optimized RSLs strip out any debugging information such as line numbers. This results in a smaller file, which leads to shorter load times but makes it more difficult to read stacktrace errors as they contain no line numbers.
Default value is: true.

Parameter Details

optimizeRsls:

Optimized RSLs strip out any debugging information such as line numbers. This results in a smaller file, which leads to shorter load times but makes it more difficult to read stacktrace errors as they contain no line numbers.
  • Type: boolean
  • Since: 2.0
  • Required: No
  • Default: true