public abstract class AbstractDescriptorMojo extends AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected static String |
COMPILE_SCOPE |
protected String |
fileName |
protected org.slf4j.Logger |
log |
protected static String |
TEST_SCOPE |
Constructor and Description |
---|
AbstractDescriptorMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
generateDescriptor(String scope,
File outputFile) |
protected org.apache.maven.project.MavenProject |
getMavenProject() |
protected org.apache.maven.project.MavenProjectHelper |
getMavenProjectHelper() |
getLog, getPluginContext, setLog, setPluginContext
protected static final String COMPILE_SCOPE
protected static final String TEST_SCOPE
protected final org.slf4j.Logger log
protected String fileName
protected org.apache.maven.project.MavenProject getMavenProject()
protected org.apache.maven.project.MavenProjectHelper getMavenProjectHelper()
protected void generateDescriptor(String scope, File outputFile) throws MojoExecutionException
MojoExecutionException
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.