public abstract class AbstractFixJavadocMojo extends AbstractMojo
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_VERSION_VALUE
Default version value.
|
protected boolean |
ignoreClirr
Flag to ignore or not Clirr.
|
static String |
JAVA_FILES
Java Files Pattern.
|
Constructor and Description |
---|
AbstractFixJavadocMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected String |
getArtifactType(MavenProject p) |
protected List<String> |
getCompileClasspathElements(MavenProject p) |
protected static String |
getJavaMethodAsString(com.thoughtworks.qdox.model.JavaExecutable javaExecutable) |
protected List<String> |
getProjectSourceRoots(MavenProject p) |
getLog, getPluginContext, setLog, setPluginContext
public static final String JAVA_FILES
public static final String DEFAULT_VERSION_VALUE
@Parameter(property="ignoreClirr", defaultValue="false") protected boolean ignoreClirr
public void execute() throws MojoExecutionException, MojoFailureException
protected String getArtifactType(MavenProject p)
p
- not null maven project.protected List<String> getProjectSourceRoots(MavenProject p)
p
- not null maven project.protected List<String> getCompileClasspathElements(MavenProject p) throws DependencyResolutionRequiredException
p
- not nullDependencyResolutionRequiredException
- if anyprotected static String getJavaMethodAsString(com.thoughtworks.qdox.model.JavaExecutable javaExecutable)
javaExecutable
- not nullCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.