Skip navigation links
A B C D E G H L M O P R S T 

A

AbstractGeneratorMojo - Class in org.apache.maven.plugin.plugin
Abstract class for this Plugin.
AbstractGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
addOther(String, String) - Method in class org.apache.maven.plugin.plugin.Requirements
Method addOther.
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
 

B

buildComponentDescriptor(PlexusConfiguration, PluginDescriptor) - Method in class org.apache.maven.plugins.plugin.descriptor.MNG6109PluginDescriptorBuilder
 

C

canGenerateReport() - Method in class org.apache.maven.plugin.plugin.PluginReport
createGenerator() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
createGenerator() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
createGenerator() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo

D

dependencies - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The set of dependencies for the current project
dependencies - Variable in class org.apache.maven.plugin.plugin.PluginReport
The set of dependencies for the current project
DescriptorGeneratorMojo - Class in org.apache.maven.plugin.plugin
Generate a plugin descriptor.
DescriptorGeneratorMojo() - Constructor for class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
 

E

encoding - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The file encoding of the source files.
equals(Object) - Method in class org.apache.maven.plugin.plugin.Requirements
Method equals.
execute() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
execute() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
execute() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
execute() - Method in class org.apache.maven.plugin.plugin.HelpMojo
execute() - Method in class org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo
executeReport(Locale) - Method in class org.apache.maven.plugin.plugin.PluginReport
extractors - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The role names of mojo extractors to use.

G

getBundle(Locale) - Static method in class org.apache.maven.plugin.plugin.PluginReport
 
getDescription(Locale) - Method in class org.apache.maven.plugin.plugin.PluginReport
getDiskSpace() - Method in class org.apache.maven.plugin.plugin.Requirements
Get the minimum diskSpace needed to run this plugin.
getJdk() - Method in class org.apache.maven.plugin.plugin.Requirements
Get the minimum version of the JDK to run this plugin.
getMaven() - Method in class org.apache.maven.plugin.plugin.Requirements
Get the minimum version of Maven to run this plugin.
getMemory() - Method in class org.apache.maven.plugin.plugin.Requirements
Get the minimum memory needed to run this plugin.
getName(Locale) - Method in class org.apache.maven.plugin.plugin.PluginReport
getOthers() - Method in class org.apache.maven.plugin.plugin.Requirements
Method getOthers.
getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.DescriptorGeneratorMojo
getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.HelpGeneratorMojo
getOutputDirectory() - Method in class org.apache.maven.plugin.plugin.PluginReport
getOutputName() - Method in class org.apache.maven.plugin.plugin.PluginReport
getProject() - Method in class org.apache.maven.plugin.plugin.PluginReport
getSiteRenderer() - Method in class org.apache.maven.plugin.plugin.PluginReport
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.PluginReport
The goal prefix that will appear before the ":".

H

hashCode() - Method in class org.apache.maven.plugin.plugin.Requirements
Method hashCode.
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.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.plugin.plugin.HelpMojo
 

L

local - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
Location of the local repository.
local - Variable in class org.apache.maven.plugin.plugin.PluginReport
Location of the local repository.

M

MNG6109PluginDescriptorBuilder - Class in org.apache.maven.plugins.plugin.descriptor
Reads the plugin descriptor and adds the fix for MNG-6109 when using Maven-3.3.9 and before.
MNG6109PluginDescriptorBuilder() - Constructor for class org.apache.maven.plugins.plugin.descriptor.MNG6109PluginDescriptorBuilder
 
mojoScanner - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The component used for scanning the source tree for mojos.
mojoScanner - Variable in class org.apache.maven.plugin.plugin.PluginReport
Mojo scanner tools.

O

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.plugin.descriptor - package org.apache.maven.plugins.plugin.descriptor
 
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.
PluginReport - Class in org.apache.maven.plugin.plugin
Generates the Plugin's documentation report: plugin-info.html plugin overview page, and one goal-mojo.html per goal.
PluginReport() - Constructor for class org.apache.maven.plugin.plugin.PluginReport
 
project - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
The project currently being built.

R

remoteRepos - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
List of Remote Repositories used by the resolver
remoteRepos - Variable in class org.apache.maven.plugin.plugin.PluginReport
List of Remote Repositories used by the resolver
Requirements - Class in org.apache.maven.plugin.plugin
Plugin requirements.
Requirements() - Constructor for class org.apache.maven.plugin.plugin.Requirements
 

S

setDiskSpace(String) - Method in class org.apache.maven.plugin.plugin.Requirements
Set the minimum diskSpace needed to run this plugin.
setJdk(String) - Method in class org.apache.maven.plugin.plugin.Requirements
Set the minimum version of the JDK to run this plugin.
setMaven(String) - Method in class org.apache.maven.plugin.plugin.Requirements
Set the minimum version of Maven to run this plugin.
setMemory(String) - Method in class org.apache.maven.plugin.plugin.Requirements
Set the minimum memory needed to run this plugin.
setOthers(Properties) - Method in class org.apache.maven.plugin.plugin.Requirements
Set others requirements properties.
skip - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
Set this to "true" to skip invoking any goals or reports of the plugin.
skipErrorNoDescriptorsFound - Variable in class org.apache.maven.plugin.plugin.AbstractGeneratorMojo
By default an exception is throw if no mojo descriptor is found.

T

toString() - Method in class org.apache.maven.plugin.plugin.Requirements
Method toString.
A B C D E G H L M O P R S T 
Skip navigation links

Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.