Package | Description |
---|---|
org.apache.maven.lifecycle | |
org.apache.maven.lifecycle.internal | |
org.apache.maven.plugin | |
org.apache.maven.plugin.descriptor | |
org.apache.maven.plugin.internal |
Modifier and Type | Method and Description |
---|---|
Set<MojoDescriptor> |
MavenExecutionPlan.getNonThreadSafeMojos()
Get set of mojos used but not marked @threadSafe
|
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
MojoDescriptorCreator.getMojoDescriptor(String task,
MavenSession session,
MavenProject project) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.xml.Xpp3Dom |
MojoDescriptorCreator.convert(MojoDescriptor mojoDescriptor) |
void |
MojoExecutor.ensureDependenciesAreResolved(MojoDescriptor mojoDescriptor,
MavenSession session,
DependencyContext dependencyContext) |
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
PluginParameterException.getMojoDescriptor() |
MojoDescriptor |
MojoExecution.getMojoDescriptor() |
MojoDescriptor |
MavenPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session)
Retrieves the descriptor for the specified plugin goal from the plugin's main artifact.
|
MojoDescriptor |
DefaultBuildPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session) |
MojoDescriptor |
BuildPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session) |
Modifier and Type | Method and Description |
---|---|
void |
MojoExecution.setMojoDescriptor(MojoDescriptor mojoDescriptor) |
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
PluginDescriptorBuilder.buildComponentDescriptor(PlexusConfiguration c,
PluginDescriptor pluginDescriptor) |
MojoDescriptor |
MojoDescriptor.clone()
Creates a shallow copy of this mojo descriptor.
|
MojoDescriptor |
PluginDescriptor.getMojo(String goal) |
Modifier and Type | Method and Description |
---|---|
List<MojoDescriptor> |
PluginDescriptor.getMojos() |
Modifier and Type | Method and Description |
---|---|
void |
PluginDescriptor.addMojo(MojoDescriptor mojoDescriptor) |
Modifier and Type | Method and Description |
---|---|
MojoDescriptor |
DefaultMavenPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session) |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.