org.jvnet.animal_sniffer.maven
Class CheckSignatureMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jvnet.animal_sniffer.maven.CheckSignatureMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CheckSignatureMojo
- extends org.apache.maven.plugin.AbstractMojo
Checks the classes compiled by this module.
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
protected org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory
|
protected java.util.List |
classpathElements
Project classpath. |
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository
|
protected java.io.File |
outputDirectory
The directory for compiled classes. |
protected org.apache.maven.project.MavenProject |
project
|
protected org.apache.maven.artifact.resolver.ArtifactResolver |
resolver
|
protected Artifact |
signature
Signature module to use. |
| 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 |
classpathElements
protected java.util.List classpathElements
- Project classpath.
outputDirectory
protected java.io.File outputDirectory
- The directory for compiled classes.
signature
protected Artifact signature
- Signature module to use.
resolver
protected org.apache.maven.artifact.resolver.ArtifactResolver resolver
project
protected org.apache.maven.project.MavenProject project
localRepository
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
artifactFactory
protected org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
CheckSignatureMojo
public CheckSignatureMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2008. All Rights Reserved.