private boolean |
DescriptorGeneratorMojo.checkExpectedProvidedScope |
Flag controlling is "expected dependencies in provided scope" check to be performed or not.
|
private java.lang.String |
DescriptorGeneratorMojo.encoding |
The file encoding of the source files.
|
private java.util.List<java.lang.String> |
DescriptorGeneratorMojo.expectedProvidedScopeExclusions |
List of groupId:artifactId strings of artifact coordinates that are to be excluded from "expected
provided scope" check.
|
private java.util.List<java.lang.String> |
DescriptorGeneratorMojo.expectedProvidedScopeGroupIds |
List of groupId strings of artifact coordinates that are expected to be in "provided" scope.
|
protected java.util.List<java.net.URI> |
DescriptorGeneratorMojo.externalJavadocBaseUrls |
Creates links to existing external javadoc-generated documentation.
|
private java.util.Set<java.lang.String> |
DescriptorGeneratorMojo.extractors |
The role names of mojo extractors to use.
|
protected java.lang.String |
AbstractGeneratorMojo.goalPrefix |
The goal prefix that will appear before the ":".
|
private java.lang.String |
HelpGeneratorMojo.helpPackageName |
The name of the package for the generated HelpMojo .
|
protected java.net.URI |
DescriptorGeneratorMojo.internalJavadocBaseUrl |
The base URL for the Javadoc site containing the current project's API documentation.
|
protected java.lang.String |
DescriptorGeneratorMojo.internalJavadocVersion |
|
private java.util.List<java.lang.String> |
DescriptorGeneratorMojo.mojoDependencies |
Specify the dependencies as groupId:artifactId containing (abstract) Mojos, to filter
dependencies scanned at runtime and focus on dependencies that are really useful to Mojo analysis.
|
private java.io.File |
DescriptorGeneratorMojo.outputDirectory |
The directory where the generated plugin.xml file will be put.
|
protected java.io.File |
HelpGeneratorMojo.outputDirectory |
The directory where the generated HelpMojo file will be put.
|
private java.util.List<java.lang.String> |
AbstractGeneratorMojo.packagingTypes |
Maven plugin packaging types.
|
protected org.apache.maven.project.MavenProject |
AbstractGeneratorMojo.project |
The project currently being built.
|
private org.eclipse.aether.RepositorySystemSession |
DescriptorGeneratorMojo.repoSession |
|
(package private) java.lang.String |
DescriptorGeneratorMojo.requiredJavaVersion |
The required Java version to set in the plugin descriptor.
|
(package private) java.lang.String |
DescriptorGeneratorMojo.requiredMavenVersion |
The required Maven version to set in the plugin descriptor.
|
private org.apache.maven.settings.Settings |
DescriptorGeneratorMojo.settings |
The Maven Settings, for evaluating proxy settings used to access #javadocLinks
|
private boolean |
AbstractGeneratorMojo.skip |
Set this to "true" to skip invoking any goals or reports of the plugin.
|
private boolean |
DescriptorGeneratorMojo.skipDescriptor |
A flag to disable generation of the plugin.xml in favor of a hand authored plugin descriptor.
|
private boolean |
DescriptorGeneratorMojo.skipErrorNoDescriptorsFound |
By default, an exception is throw if no mojo descriptor is found.
|