org.codehaus.swizzle.depreport
Class ReportMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.swizzle.depreport.ReportMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ReportMojo
- extends org.apache.maven.plugin.AbstractMojo
Do not specify a phase, so make it usable in a reactor environment where forking would create issues.
Field Summary |
protected java.lang.String |
name
The filename of the assembled distribution file. |
protected java.io.File |
outputDirectory
The output directory of the assembled distribution file. |
protected org.apache.maven.project.MavenProject |
project
The Maven Project. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outputDirectory
protected java.io.File outputDirectory
- The output directory of the assembled distribution file.
name
protected java.lang.String name
- The filename of the assembled distribution file.
project
protected org.apache.maven.project.MavenProject project
- The Maven Project.
ReportMojo
public ReportMojo()
getExecutedProject
protected org.apache.maven.project.MavenProject getExecutedProject()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Create the binary distribution.
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
getIncludes
public java.util.List getIncludes()
getExcludes
public java.util.List getExcludes()
getFormats
public java.util.List getFormats()
getScope
public java.lang.String getScope()
Copyright © 2011. All Rights Reserved.