public class NativeBundleIncludeFilesMojo extends AbstractNativeMojo
| Modifier and Type | Field and Description |
|---|---|
private java.io.File |
incZipFile
Archive file to bundle all enable NativeSources
|
private org.apache.maven.project.MavenProjectHelper |
projectHelper
Maven ProjectHelper.
|
private boolean |
skipIncludeDeployment
Option to skip include source bundle deployment
|
private NativeSources[] |
sources
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 |
|---|
NativeBundleIncludeFilesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePathsprivate NativeSources[] sources
private java.io.File incZipFile
private boolean skipIncludeDeployment
private org.apache.maven.project.MavenProjectHelper projectHelper