Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
L
M
O
P
R
S
T
U
X
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
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
createGenerator()
- Method in class org.apache.maven.plugin.plugin.
XdocGeneratorMojo
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
HelpMojo
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.metadata.
AddPluginArtifactMetadataMojo
execute()
- Method in class org.apache.maven.plugin.plugin.
UpdatePluginRegistryMojo
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
getOutputDirectory()
- Method in class org.apache.maven.plugin.plugin.
XdocGeneratorMojo
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
<Unnamed>
Display help information on maven-plugin-plugin.
Call
mvn plugin:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.
HelpMojo()
- Constructor for class
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
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
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.
outputDirectory
- Variable in class org.apache.maven.plugin.plugin.
XdocGeneratorMojo
The directory where the generated Xdoc files will be put.
P
PluginReport
- Class in
org.apache.maven.plugin.plugin
Generates the Plugin's documentation report.
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.
U
UpdatePluginRegistryMojo
- Class in
org.apache.maven.plugin.plugin
Update the user plugin registry (if it's in use) to reflect the version we're installing.
UpdatePluginRegistryMojo()
- Constructor for class org.apache.maven.plugin.plugin.
UpdatePluginRegistryMojo
X
XdocGeneratorMojo
- Class in
org.apache.maven.plugin.plugin
Generate Xdoc files for the project mojos or goals.
XdocGeneratorMojo()
- Constructor for class org.apache.maven.plugin.plugin.
XdocGeneratorMojo
A
C
D
E
G
H
L
M
O
P
R
S
T
U
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2012
The Apache Software Foundation
. All Rights Reserved.