Uses of Class
org.apache.maven.plugin.descriptor.MojoDescriptor
Package
Description
-
Uses of MojoDescriptor in org.apache.maven.lifecycle
Modifier and TypeMethodDescriptionMavenExecutionPlan.getNonThreadSafeMojos()
Get set of mojos used but not marked @threadSafe -
Uses of MojoDescriptor in org.apache.maven.lifecycle.internal
Modifier and TypeMethodDescriptionMojoDescriptorCreator.getMojoDescriptor
(String task, MavenSession session, MavenProject project) Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.xml.Xpp3Dom
MojoDescriptorCreator.convert
(MojoDescriptor mojoDescriptor) void
MojoExecutor.ensureDependenciesAreResolved
(MojoDescriptor mojoDescriptor, MavenSession session, DependencyContext dependencyContext) -
Uses of MojoDescriptor in org.apache.maven.plugin
Modifier and TypeMethodDescriptionBuildPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultBuildPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) MavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Retrieves the descriptor for the specified plugin goal from the plugin's main artifact.MojoExecution.getMojoDescriptor()
PluginParameterException.getMojoDescriptor()
Modifier and TypeMethodDescriptionvoid
MojoExecution.setMojoDescriptor
(MojoDescriptor mojoDescriptor) ModifierConstructorDescriptionMojoExecution
(MojoDescriptor mojoDescriptor) MojoExecution
(MojoDescriptor mojoDescriptor, String executionId) MojoExecution
(MojoDescriptor mojoDescriptor, String executionId, MojoExecution.Source source) MojoExecution
(MojoDescriptor mojoDescriptor, org.codehaus.plexus.util.xml.Xpp3Dom configuration) PluginContainerException
(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, Throwable e) PluginContainerException
(MojoDescriptor mojoDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.component.repository.exception.ComponentLookupException e) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, String message, Throwable cause) PluginManagerException
(MojoDescriptor mojoDescriptor, String message, MavenProject project, org.codehaus.plexus.PlexusContainerException cause) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message) protected
PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message, Throwable cause) PluginManagerException
(MojoDescriptor mojoDescriptor, MavenProject project, String message, org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause) PluginParameterException
(MojoDescriptor mojo, List<Parameter> parameters) -
Uses of MojoDescriptor in org.apache.maven.plugin.descriptor
Modifier and TypeMethodDescriptionPluginDescriptorBuilder.buildComponentDescriptor
(org.codehaus.plexus.configuration.PlexusConfiguration c, PluginDescriptor pluginDescriptor) MojoDescriptor.clone()
Creates a shallow copy of this mojo descriptor. -
Uses of MojoDescriptor in org.apache.maven.plugin.internal
Modifier and TypeMethodDescriptionDefaultMavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Modifier and TypeMethodDescriptionvoid
ReadOnlyPluginParametersValidator.validate
(MojoDescriptor mojoDescriptor, org.codehaus.plexus.configuration.PlexusConfiguration pomConfiguration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator)