native:unzipinc
Full name:
org.codehaus.mojo:native-maven-plugin:1.0-alpha-9:unzipinc
Description:
Unpack any .inczip dependencies to be included as system include
path
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: compile.
- Since version: 1.0-alpha-4.
- Binds by default to the lifecycle phase: generate-sources.
Required Parameters
Name |
Type |
Since |
Description |
dependencyIncZipMarkerDirectory |
File |
1.0-alpha-4 |
Internal Default value is: ${project.build.directory}/native/markers.
|
workingDirectory |
File |
1.0-alpha-4 |
user directory when external tools( ie compiler/linker ) are
invoked Default value is: ${basedir}.
|
Optional Parameters
Name |
Type |
Since |
Description |
dependencyIncludeDirectory |
File |
1.0-alpha-4 |
Directory to unpack .inczip dependency files to be included as
system include path Default value is: ${project.build.directory}/native/include.
|
envFactoryName |
String |
1.0-alpha-4 |
Specifies a fully qualified class name implementing the
org.codehaus.mojo.natives.EnvFactory interface. The class creates a
set environment variables to be used with the command line.
|
Parameter Details
dependencyIncZipMarkerDirectory:
Internal
- Type: java.io.File
- Since: 1.0-alpha-4
- Required: Yes
- Default: ${project.build.directory}/native/markers
dependencyIncludeDirectory:
Directory to unpack .inczip dependency files to be included as
system include path
- Type: java.io.File
- Since: 1.0-alpha-4
- Required: No
- Default: ${project.build.directory}/native/include
envFactoryName:
Specifies a fully qualified class name implementing the
org.codehaus.mojo.natives.EnvFactory interface. The class creates a
set environment variables to be used with the command line.
- Type: java.lang.String
- Since: 1.0-alpha-4
- Required: No
workingDirectory:
user directory when external tools( ie compiler/linker ) are
invoked
- Type: java.io.File
- Since: 1.0-alpha-4
- Required: Yes
- Default: ${basedir}