@Mojo(name="compile-app",
defaultPhase=PROCESS_SOURCES)
public class CompileAppMojo
extends BaseMojo
| Modifier and Type | Field and Description |
|---|---|
protected String |
htmlTemplate
Allows providing of a custom htmlTemplate which overrides the built-in one.
|
protected String |
namespaceDirectory |
protected boolean |
removeCirculars |
protected String |
targets |
allowSubclassOverrides, debug, failOnCompilerWarnings, outputDirectory, project| Constructor and Description |
|---|
CompileAppMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected List<String> |
getCompilerArgs(File configFile) |
protected String |
getConfigFileName() |
protected List<Define> |
getDefines() |
protected String |
getFlexTool() |
protected File |
getOutput() |
protected String |
getToolGroupName() |
protected org.apache.velocity.VelocityContext |
getVelocityContext() |
protected boolean |
includeLibrary(org.apache.maven.artifact.Artifact library) |
protected boolean |
includeLibraryJS(org.apache.maven.artifact.Artifact library) |
protected boolean |
includeLibrarySWF(org.apache.maven.artifact.Artifact library) |
getExternalLibraries, getFilteredLibraries, getJSExternalLibraries, getJSLibraries, getLibraries, getNamespaces, getNamespacesJS, getNamespaceUris, getSourcePath, getSourcePaths, getSWFExternalLibraries, getSWFLibraries, getThemeLibraries, handleExitCode, isForceSwcExternalLibraryPath, skip@Parameter(defaultValue="namespaces") protected String namespaceDirectory
@Parameter protected String htmlTemplate
@Parameter protected String targets
@Parameter(defaultValue="true") protected boolean removeCirculars
protected String getToolGroupName()
getToolGroupName in class BaseMojoprotected String getFlexTool()
getFlexTool in class BaseMojoprotected String getConfigFileName() throws org.apache.maven.plugin.MojoExecutionException
getConfigFileName in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected org.apache.velocity.VelocityContext getVelocityContext()
throws org.apache.maven.plugin.MojoExecutionException
getVelocityContext in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected File getOutput() throws org.apache.maven.plugin.MojoExecutionException
protected List<String> getCompilerArgs(File configFile) throws org.apache.maven.plugin.MojoExecutionException
getCompilerArgs in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionpublic void execute()
throws org.apache.maven.plugin.MojoExecutionException
protected List<Define> getDefines() throws org.apache.maven.plugin.MojoExecutionException
getDefines in class BaseMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected boolean includeLibrary(org.apache.maven.artifact.Artifact library)
includeLibrary in class BaseMojoprotected boolean includeLibraryJS(org.apache.maven.artifact.Artifact library)
includeLibraryJS in class BaseMojoprotected boolean includeLibrarySWF(org.apache.maven.artifact.Artifact library)
includeLibrarySWF in class BaseMojoCopyright © 2018 The Apache Software Foundation. All rights reserved.