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 RanlibManagerTo look up ranlib implementationprivate StringRanlib Provider.protected FileWhere to place the final packagingFields inherited from class 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 AbstractNativeMojo
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePathsMethods 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
-
-
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
-