Full name:
org.codehaus.mojo:native-maven-plugin:1.0-alpha-9:compile-message
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
messageCompilerOutputDirectory | File | 1.0-alpha-2 | Where to place the compiler object files Default value is: ${project.build.directory}. |
messageFiles | File[] | 1.0-alpha-2 | List of message files to compile |
provider | String | 1.0-alpha-2 | Compiler Provider Type Default value is: msvc. |
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. |
messageCompilerExecutable | String | 1.0-alpha-2 | Use this field to override provider specific message compiler
executable |
messageCompilerOptions | List | 1.0-alpha-2 | Additional Compiler options |
messageCompilerOutputDirectory: