Index

A B C D E F G H I L M O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractGeneratorMojo - Class in org.apache.maven.plugin.plugin
Abstract class for this Plugin.
AbstractGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
AddPluginArtifactMetadataMojo - Class in org.apache.maven.plugin.plugin.metadata
Inject any plugin-specific artifact metadata to the project's artifact, for subsequent installation and deployment.
AddPluginArtifactMetadataMojo() - Constructor for class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
 
addPluginMapping(String, String) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
addPluginMapping(String, String, String) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.

B

build() - Method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
buildContext - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 

C

checkExpectedProvidedScope - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
Flag controlling is "expected dependencies in provided scope" check to be performed or not.

D

DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
dependenciesNotInProvidedScope() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
Collects all dependencies expected to be in "provided" scope but are NOT in "provided" scope.
DescriptorGeneratorMojo - Class in org.apache.maven.plugin.plugin
Generate a plugin descriptor.
DescriptorGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
detail - Variable in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
If true, display all settable properties for each goal.

E

encoding - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The file encoding of the source files.
execute() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
execute() - Method in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
execute() - Method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
execute(MavenProject, String) - Static method in class org.apache.maven.plugin.plugin.metadata.LegacySupport
 
expectedProvidedScopeExclusions - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
List of groupId:artifactId strings of artifact coordinates that are to be excluded from "expected provided scope" check.
expectedProvidedScopeGroupIds - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
List of groupId strings of artifact coordinates that are expected to be in "provided" scope.
extendPluginDescriptor(PluginToolsRequest) - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
externalJavadocBaseUrls - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
Creates links to existing external javadoc-generated documentation.
extractors - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The role names of mojo extractors to use.

F

filterMojoDependencies() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
Get dependencies filtered with mojoDependencies configuration.
findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 

G

generate() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
generate() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
generate() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
 
getArtifactId() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
getBaseVersion() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
getDefaultGoalPrefix(MavenProject) - Static method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
getGoalPrefix() - Method in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
 
getGroupId() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
getHelpPackageName() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
 
getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
Gets the indentation level of the specified line.
getKey() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
getRepository() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
getRequiredJavaVersion(PluginToolsRequest) - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
getRequiredMavenVersion(PluginToolsRequest) - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
goal - Variable in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
The name of the goal for which to show help.
goalPrefix - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The goal prefix that will appear before the ":".
goalPrefix - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
The prefix for the plugin goal.
groupId - Variable in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
GroupRepositoryMetadata - Class in org.apache.maven.artifact.repository.metadata
Metadata for the group directory of the repository.
GroupRepositoryMetadata(String) - Constructor for class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 

H

HelpGeneratorMojo - Class in org.apache.maven.plugin.plugin
Generates a HelpMojo class.
HelpGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.HelpGeneratorMojo
 
HelpMojo - Class in org.apache.maven.plugins.maven_plugin_plugin
Display help information on maven-plugin-plugin.
Call mvn plugin:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
helpPackageName - Variable in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
The name of the package for the generated HelpMojo.

I

indentSize - Variable in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
The number of spaces per indentation level, should be positive.
internalJavadocBaseUrl - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The base URL for the Javadoc site containing the current project's API documentation.
internalJavadocVersion - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The version of the javadoc tool (equal to the container JDK version) used to generate the internal javadoc Only relevant if DescriptorGeneratorMojo.internalJavadocBaseUrl is set.
isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
isSnapshot() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 

L

LegacySupport - Class in org.apache.maven.plugin.plugin.metadata
 
LegacySupport() - Constructor for class org.apache.maven.plugin.plugin.metadata.LegacySupport
 
lineLength - Variable in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
The maximum length of a display line, should be positive.
LS - Static variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
System/OS line separator: used to format console messages.

M

mavenSession - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
mojoDependencies - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
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.
mojoScanner - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The component used for scanning the source tree for mojos.

O

org.apache.maven.artifact.repository.metadata - package org.apache.maven.artifact.repository.metadata
 
org.apache.maven.plugin.plugin - package org.apache.maven.plugin.plugin
 
org.apache.maven.plugin.plugin.metadata - package org.apache.maven.plugin.plugin.metadata
 
org.apache.maven.plugins.maven_plugin_plugin - package org.apache.maven.plugins.maven_plugin_plugin
 
outputDirectory - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The directory where the generated plugin.xml file will be put.
outputDirectory - Variable in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
The directory where the generated HelpMojo file will be put.

P

packagingTypes - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
Maven plugin packaging types.
PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
prefixSpecialCase(String) - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
 
project - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The project currently being built.
project - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
The project artifact, which should have the latest metadata added to it.

R

repeat(String, int) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
Repeat a String n times to form a new string.
requiredJavaVersion - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The required Java version to set in the plugin descriptor.
requiredMavenVersion - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
The required Maven version to set in the plugin descriptor.
runtimeInformation - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
 

S

setRepository(ArtifactRepository) - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
skip - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
Set this to "true" to skip invoking any goals or reports of the plugin.
skip - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
Set this to "true" to skip invoking any goals or reports of the plugin.
skipDescriptor - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
A flag to disable generation of the plugin.xml in favor of a hand authored plugin descriptor.
skipErrorNoDescriptorsFound - Variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
By default, an exception is throw if no mojo descriptor is found.
storedInArtifactVersionDirectory() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 
storedInGroupDirectory() - Method in class org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
 

T

toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.

V

VALUE_AUTO - Static variable in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 
velocity - Variable in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
Velocity component.
versionScheme - Variable in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
 

W

writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_plugin_plugin.HelpMojo
 
A B C D E F G H I L M O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values