Full name:
org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0:flexbuilder
Description:
Attributes:
test.3.0.| Name | Type | Since | Description |
|---|---|---|---|
| accessible | boolean |
3.0 |
Turn on generation of accessible SWFs. Default value is: false. |
| additionalApplications | List |
3.0 |
Additional application files. The paths must be relative to the
source folder. |
| buildCssFiles | String[] |
3.0 |
List of css files that will be compiled into swfs within Eclipse.
The path must be relative to the base directory of the project.
Usage:
<buildCssFiles>
<path>src/style/main.css<path>
</buildCssFiles>
|
| compiledLocales | String[] |
3.0 |
Sets the locales that the compiler uses to replace
{locale} tokens that appear in some configuration
values. This is equivalent to using the
compiler.locale option of the mxmlc or compc
compilers. Usage: <compiledLocales> <locale>en_US</locale> <locale>pt_BR</locale> <locale>es_ES</locale> </compiledLocales> |
| contextRoot | String |
3.0 |
Context root to pass to the compiler. |
| defaultLocale | String |
3.0 |
Default locale for libraries. This is useful to non localized
applications, just to define swc.rb locale Default value is: en_US. |
| definesDeclaration | Properties |
3.0 |
defines: specifies a list of define directive key and value pairs.
For example, CONFIG::debugging Usage:
<definesDeclaration>
<property>
<name>SOMETHING::aNumber</name>
<value>2.2</value>
</property>
<property>
<name>SOMETHING::aString</name>
<value>"text"</value>
</property>
</definesDeclaration>
|
| enableFlexBuilderBuildCommand | boolean |
3.0 |
(no description) Default value is: true. |
| enableM2e | boolean |
3.0 |
(no description) Default value is: true. |
| flexBuilderOutputFolderPath | String |
3.0 |
Customize the outputFolderPath of the Eclipse FlexBuilder Compiler. Default value is: bin-debug. |
| generateHtmlWrapper | boolean |
3.0 |
(no description) Default value is: false. |
| includeClasses | String[] |
3.0 |
This is the equilvalent of the include-classes option
of the compc compiler.Usage: <includeClassses> <class>foo.Bar</class> </includeClasses> |
| includeSources | File[] |
3.0 |
This is the equilvalent of the include-sources option
of the compc compiler.Usage:
<includeSources>
<sources>${baseDir}/src/main/flex</sources>
</includeSources>
|
| incremental | boolean |
3.0 |
The greeting to display. |
| locales | String[] |
3.0 |
Sets the locales that the compiler uses to replace
{locale} tokens that appear in some configuration
values. This is equivalent to using the
compiler.locale option of the mxmlc or compc
compilers. Usage: <locales> <locale>en_US</locale> <locale>pt_BR</locale> <locale>es_ES</locale> </locales> |
| mergeResourceBundle | Boolean |
3.0 |
When true resources are compiled into Application or Library. When
false resources are compiled into separated Application or Library
files. If not defined no resourceBundle generation is done |
| pureActionscriptProject | Boolean |
3.0 |
Specifies whether this project should be treated as a Flex or a
pure ActionScript project by Flexbuilder. If set to true:
|
| remoteRepositories | List |
3.0 |
(no description) |
| resourceBundlePath | String |
3.0 |
Define the base path to locate resouce bundle files Accept some
special tokens:
{locale} - replace by locale name
Default value is: ${basedir}/src/main/locales/{locale}. |
| services | File |
3.0 |
Sets the location of the Flex Data Services service configuration
file. This is equivalent to using the
compiler.services option of the mxmlc and compc
compilers. If not define will look inside resources directory for
services-config.xml |
| showWarnings | boolean |
3.0 |
Run the AS3 compiler in a mode that detects legal but potentially
incorrect code Default value is: true. |
| sourceFile | String |
3.0 |
The file to be compiled. The path must be relative to the source
folder. |
| sourcePaths | File[] |
3.0 |
List of path elements that form the roots of ActionScript class
hierarchies. Usage:
<sourcePaths>
<path>${baseDir}/src/main/flex</path>
</sourcePaths>
By default use Maven source and resources folders. |
| strict | boolean |
3.0 |
Run the AS3 compiler in strict error checking mode. Default value is: true. |
| targetPlayer | String |
3.0 |
(no description) Default value is: 9.0.0. |
| useM2Repo | boolean |
3.0 |
Implies enableM2e=true Default value is: false. |
| verifyDigests | boolean |
3.0 |
Verifies the RSL loaded has the same digest as the RSL specified
when the application was compiled. This is equivalent to using the
verify-digests option in the mxmlc compiler.Default value is: true. |
boolean3.0Nofalsejava.util.List3.0No
<buildCssFiles>
<path>src/style/main.css<path>
</buildCssFiles>
java.lang.String[]3.0No{locale} tokens that appear in some configuration
values. This is equivalent to using the
compiler.locale option of the mxmlc or compc
compilers. <compiledLocales> <locale>en_US</locale> <locale>pt_BR</locale> <locale>es_ES</locale> </compiledLocales>
java.lang.String[]3.0Nojava.lang.String3.0Nojava.lang.String3.0Noen_US
<definesDeclaration>
<property>
<name>SOMETHING::aNumber</name>
<value>2.2</value>
</property>
<property>
<name>SOMETHING::aString</name>
<value>"text"</value>
</property>
</definesDeclaration>
java.util.Properties3.0NoenableFlexBuilderBuildCommand:
boolean3.0No${enableFlexBuilderBuildCommand}trueboolean3.0No${enableM2e}truejava.lang.String3.0Nobin-debugboolean3.0No${generateHtmlWrapper}falseinclude-classes option
of the compc compiler.<includeClassses> <class>foo.Bar</class> </includeClasses>
java.lang.String[]3.0Noinclude-sources option
of the compc compiler.
<includeSources>
<sources>${baseDir}/src/main/flex</sources>
</includeSources>
java.io.File[]3.0Noboolean3.0No{locale} tokens that appear in some configuration
values. This is equivalent to using the
compiler.locale option of the mxmlc or compc
compilers. <locales> <locale>en_US</locale> <locale>pt_BR</locale> <locale>es_ES</locale> </locales>
java.lang.String[]3.0Nojava.lang.Boolean3.0No.project
file..actionScriptProperties file..flexProperties
file.java.lang.Boolean3.0Nojava.util.List3.0No${project.remoteArtifactRepositories}
{locale} - replace by locale name
java.lang.String3.0No${basedir}/src/main/locales/{locale}compiler.services option of the mxmlc and compc
compilers. If not define will look inside resources directory for
services-config.xmljava.io.File3.0Noboolean3.0Notruejava.lang.String3.0No
<sourcePaths>
<path>${baseDir}/src/main/flex</path>
</sourcePaths>
By default use Maven source and resources folders.java.io.File[]3.0Noboolean3.0Notruejava.lang.String3.0No9.0.0boolean3.0No${useM2Home}falseverify-digests option in the mxmlc compiler.boolean3.0Notrue