public class UnpackJarResourcesMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
META_INF_RESOURCES |
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
UnpackJarResourcesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected Set<org.apache.maven.artifact.Artifact> |
getArtifacts() |
void |
unpack(File target) |
void |
unpack(org.codehaus.plexus.archiver.UnArchiver unarchiver,
org.apache.maven.artifact.Artifact artifact,
File target) |
public static final String META_INF_RESOURCES
protected org.apache.maven.project.MavenProject project
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void unpack(File target) throws org.codehaus.plexus.archiver.ArchiverException
org.codehaus.plexus.archiver.ArchiverExceptionpublic void unpack(org.codehaus.plexus.archiver.UnArchiver unarchiver,
org.apache.maven.artifact.Artifact artifact,
File target)
throws org.codehaus.plexus.archiver.ArchiverException
org.codehaus.plexus.archiver.ArchiverExceptionprotected Set<org.apache.maven.artifact.Artifact> getArtifacts()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.