public class NativeResourceCompileMojo extends AbstractNativeMojo
| Modifier and Type | Field and Description |
|---|---|
private ResourceCompilerManager |
manager
Internal
|
private java.lang.String |
provider
Compiler Provider Type
|
private java.lang.String |
resourceCompilerExecutable
Use this field to override provider specific resource compiler executable
|
private java.util.List |
resourceCompilerOptions
Resource compiler options
|
protected java.io.File |
resourceCompilerOutputDirectory |
private NativeSources[] |
resources
Array of NativeSources containing include directories and source files
|
dependencyIncludeDirectory, EMPTY_FILE_LIST, envFactoryManager, INCZIP_FOUND, INCZIP_TYPE, LINKER_INPUT_LIST_NAME, LINKER_OUTPUT_PATH, project, workingDirectory| Constructor and Description |
|---|
NativeResourceCompileMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
private ResourceCompiler |
getResourceCompiler() |
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePathsprivate java.lang.String provider
private java.lang.String resourceCompilerExecutable
private java.util.List resourceCompilerOptions
private NativeSources[] resources
protected java.io.File resourceCompilerOutputDirectory
private ResourceCompilerManager manager
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprivate ResourceCompiler getResourceCompiler() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException