public class NativeUnZipIncMojo extends AbstractNativeMojo
| Modifier and Type | Field and Description |
|---|---|
private org.codehaus.plexus.archiver.manager.ArchiverManager |
archiverManager
Internal component for archiving purposes
|
private java.io.File |
dependencyIncZipMarkerDirectory
Internal
|
dependencyIncludeDirectory, EMPTY_FILE_LIST, envFactoryManager, INCZIP_FOUND, INCZIP_TYPE, LINKER_INPUT_LIST_NAME, LINKER_OUTPUT_PATH, project, workingDirectory| Constructor and Description |
|---|
NativeUnZipIncMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
private java.util.List |
getIncZipDependencies()
Get all .inczip compile time dependencies
|
private boolean |
unpackIncZipDepenedencies() |
protected void |
unpackZipFile(java.io.File zipFile) |
getAllCompilersOutputFileList, getEnvFactory, getProject, removeEmptyOptions, saveCompilerOutputFilePathsprivate java.io.File dependencyIncZipMarkerDirectory
private org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprivate boolean unpackIncZipDepenedencies()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void unpackZipFile(java.io.File zipFile)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprivate java.util.List getIncZipDependencies()