Fork me on GitHub

native:manifest

Full name:

org.codehaus.mojo:native-maven-plugin:1.0-alpha-9:manifest

Description:

Embeds a Visual Studio manifest file into a generated executable

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 1.0-alpha4.
  • Binds by default to the lifecycle phase: package.

Required Parameters

Name Type Since Description
manifestExtension String 1.0-alpha-4 Manifest extension
Default value is: manifest.
provider String 1.0-alpha4 Manifest Provider.
Default value is: msvc.
workingDirectory File 1.0-alpha4 user directory when external tools( ie compiler/linker ) are invoked
Default value is: ${basedir}.

Optional Parameters

Name Type Since Description
checkStaleLinkage boolean 1.0-alpha-8 Enable this option to speed up linkage for large project with no dependencies changes
Default value is: false.
dependencyIncludeDirectory File 1.0-alpha4 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-alpha4 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

checkStaleLinkage:

Enable this option to speed up linkage for large project with no dependencies changes
  • Type: boolean
  • Since: 1.0-alpha-8
  • Required: No
  • Default: false

dependencyIncludeDirectory:

Directory to unpack .inczip dependency files to be included as system include path
  • Type: java.io.File
  • Since: 1.0-alpha4
  • 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-alpha4
  • Required: No

manifestExtension:

Manifest extension
  • Type: java.lang.String
  • Since: 1.0-alpha-4
  • Required: Yes
  • Default: manifest

provider:

Manifest Provider.
  • Type: java.lang.String
  • Since: 1.0-alpha4
  • Required: Yes
  • Default: msvc

workingDirectory:

user directory when external tools( ie compiler/linker ) are invoked
  • Type: java.io.File
  • Since: 1.0-alpha4
  • Required: Yes
  • Default: ${basedir}