Package org.codehaus.mojo.natives.plugin
Class NativeManifestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.natives.plugin.AbstractNativeMojo
org.codehaus.mojo.natives.plugin.NativeManifestMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="manifest",
defaultPhase=PACKAGE)
public class NativeManifestMojo
extends AbstractNativeMojo
Embeds a Visual Studio manifest file into a generated executable
- Since:
- 1.0-alpha4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
Enable this option to speed up linkage for large project with no dependencies changesprivate ManifestManager
Internal - To look up manifest implementationprivate String
Manifest extensionprivate String
Manifest Provider.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
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.mojo.natives.plugin.AbstractNativeMojo
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePaths
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
provider
Manifest Provider.- Since:
- 1.0-alpha4
-
manifestExtension
Manifest extension- Since:
- 1.0-alpha-4
-
checkStaleLinkage
@Parameter(defaultValue="false") private boolean checkStaleLinkageEnable this option to speed up linkage for large project with no dependencies changes- Since:
- 1.0-alpha-8
-
manager
Internal - To look up manifest implementation- Since:
- 1.0-alpha-4
-
-
Constructor Details
-
NativeManifestMojo
public NativeManifestMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getManifest
- Throws:
org.apache.maven.plugin.MojoExecutionException
-