Package org.codehaus.mojo.natives.plugin
Class NativeRanlibMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.natives.plugin.AbstractNativeMojo
org.codehaus.mojo.natives.plugin.NativeRanlibMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
ranlib a Unix linker output file
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RanlibManager
To look up ranlib implementationprivate String
Ranlib Provider.protected File
Where to place the final packagingFields 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
-
ranlibOutputDirectory
@Parameter(defaultValue="${project.build.directory}", required=true) protected File ranlibOutputDirectoryWhere to place the final packaging- Since:
- 1.0-alpha-2
-
provider
Ranlib Provider.- Since:
- 1.0-alpha-2
-
manager
To look up ranlib implementation- Since:
- 1.0-alpha-2
-
-
Constructor Details
-
NativeRanlibMojo
public NativeRanlibMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getRanlib
- Throws:
org.apache.maven.plugin.MojoExecutionException
-