@Mojo(name="unpack", defaultPhase=GENERATE_RESOURCES, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public class UnpackMojo extends AbstractJSZipMojo
Modifier and Type | Field and Description |
---|---|
protected List<org.apache.maven.project.MavenProject> |
reactorProjects
The reactor projects
|
JSZIP_TYPE, project
Constructor and Description |
---|
UnpackMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected void |
unpack(org.apache.maven.artifact.Artifact artifact,
File location,
String includes,
String excludes) |
createMojoExecution, findMojoDescriptor, findProject, findThisPluginInProject, invokeMethod, processIncludesExcludes
@Parameter(property="reactorProjects", required=true, readonly=true) protected List<org.apache.maven.project.MavenProject> reactorProjects
public UnpackMojo()
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Mojo.execute()
Copyright © 2012-2013. All Rights Reserved.