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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanEnable this option to speed up linkage for large project with no dependencies changesprivate ManifestManagerprivate StringManifest extensionprivate StringManifest 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, workingDirectoryFields 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, saveCompilerOutputFilePathsMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
provider
Manifest Provider. -
manifestExtension
Manifest extension -
checkStaleLinkage
@Parameter(defaultValue="false") private boolean checkStaleLinkageEnable this option to speed up linkage for large project with no dependencies changes -
manager
-
-
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
-