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
- Since:
- 1.3.4
- Author:
- Rahul Thakur
Field Summary |
protected static java.lang.String |
COMPILE_SCOPE
|
protected java.lang.String |
fileName
|
protected org.slf4j.Logger |
log
|
protected static java.lang.String |
TEST_SCOPE
|
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 |
COMPILE_SCOPE
protected static final java.lang.String COMPILE_SCOPE
- See Also:
- Constant Field Values
TEST_SCOPE
protected static final java.lang.String TEST_SCOPE
- See Also:
- Constant Field Values
log
protected final org.slf4j.Logger log
fileName
protected java.lang.String fileName
AbstractDescriptorMojo
public AbstractDescriptorMojo()
getMavenProject
protected org.apache.maven.project.MavenProject getMavenProject()
getMavenProjectHelper
protected org.apache.maven.project.MavenProjectHelper getMavenProjectHelper()
generateDescriptor
protected void generateDescriptor(java.lang.String scope,
java.io.File outputFile)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2001-2009 Codehaus. All Rights Reserved.