org.codehaus.plexus.maven.plugin
Class AbstractDescriptorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.plexus.maven.plugin.AbstractDescriptorMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- PlexusDescriptorMojo, PlexusTestDescriptorMojo
public abstract class AbstractDescriptorMojo
- extends org.apache.maven.plugin.AbstractMojo
- Author:
- Jason van Zyl
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
mavenProject
protected org.apache.maven.project.MavenProject mavenProject
sourceEncoding
protected String sourceEncoding
- The file encoding of the source files.
mavenProjectHelper
protected org.apache.maven.project.MavenProjectHelper mavenProjectHelper
metadataGenerator
protected MetadataGenerator metadataGenerator
AbstractDescriptorMojo
public AbstractDescriptorMojo()
Copyright © 2001-2011 Codehaus. All Rights Reserved.