Full name:
org.codehaus.mojo:native-maven-plugin:1.0-alpha-9:resource-compile
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
provider | String | 1.0-alpha-2 | Compiler Provider Type Default value is: msvc. |
resourceCompilerOutputDirectory | File | 1.0-alpha-2 | (no description) Default value is: ${project.build.directory}. |
workingDirectory | File | - | user directory when external tools( ie compiler/linker ) are
invoked Default value is: ${basedir}. |
Name | Type | Since | Description |
---|---|---|---|
dependencyIncludeDirectory | File | - | Directory to unpack .inczip dependency files to be included as
system include path Default value is: ${project.build.directory}/native/include. |
envFactoryName | String | - | 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. |
resourceCompilerExecutable | String | 1.0-alpha-2 | Use this field to override provider specific resource compiler
executable |
resourceCompilerOptions | List | 1.0-alpha-2 | Resource compiler options |
resources | NativeSources[] | 1.0-alpha-8 | Array of NativeSources containing include directories and source
files |
resourceCompilerOutputDirectory: