Package org.codehaus.mojo.natives.plugin
Class NativeBundleIncludeFilesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.natives.plugin.AbstractNativeMojo
-
- org.codehaus.mojo.natives.plugin.NativeBundleIncludeFilesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class NativeBundleIncludeFilesMojo extends AbstractNativeMojo
Prepare include file bundle to be attached to maven for deployment purpose- Since:
- 1.0-alpha-4
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
incZipFile
Archive file to bundle all enable NativeSourcesprivate org.apache.maven.project.MavenProjectHelper
projectHelper
Maven ProjectHelper.private boolean
skipIncludeDeployment
Option to skip include source bundle deploymentprivate NativeSources[]
sources
Array of NativeSources containing include directories and source files.-
Fields inherited from class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
dependencyIncludeDirectory, EMPTY_FILE_LIST, envFactoryManager, INCZIP_FOUND, INCZIP_TYPE, LINKER_INPUT_LIST_NAME, LINKER_OUTPUT_PATH, project, workingDirectory
-
-
Constructor Summary
Constructors Constructor Description NativeBundleIncludeFilesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePaths
-
-
-
-
Field Detail
-
sources
private NativeSources[] sources
Array of NativeSources containing include directories and source files.- Since:
- 1.0-alpha-4
-
incZipFile
private java.io.File incZipFile
Archive file to bundle all enable NativeSources- Since:
- 1.0-alpha-4
-
skipIncludeDeployment
private boolean skipIncludeDeployment
Option to skip include source bundle deployment- Since:
- 1.0-alpha-4
-
projectHelper
private org.apache.maven.project.MavenProjectHelper projectHelper
Maven ProjectHelper.- Since:
- 1.0-alpha-4
-
-