Uses of Class
org.apache.maven.model.Plugin
Packages that use Plugin
Package
Description
-
Uses of Plugin in org.apache.maven.bridge
Methods in org.apache.maven.bridge with parameters of type Plugin -
Uses of Plugin in org.apache.maven.classrealm
Methods in org.apache.maven.classrealm with parameters of type PluginModifier and TypeMethodDescriptionorg.codehaus.plexus.classworlds.realm.ClassRealm
ClassRealmManager.createExtensionRealm
(Plugin extension, List<org.eclipse.aether.artifact.Artifact> artifacts) Creates a new class realm for the specified build extension.org.codehaus.plexus.classworlds.realm.ClassRealm
DefaultClassRealmManager.createExtensionRealm
(Plugin plugin, List<org.eclipse.aether.artifact.Artifact> artifacts) org.codehaus.plexus.classworlds.realm.ClassRealm
ClassRealmManager.createPluginRealm
(Plugin plugin, ClassLoader parent, List<String> parentImports, Map<String, ClassLoader> foreignImports, List<org.eclipse.aether.artifact.Artifact> artifacts) Creates a new class realm for the specified plugin.org.codehaus.plexus.classworlds.realm.ClassRealm
DefaultClassRealmManager.createPluginRealm
(Plugin plugin, ClassLoader parent, List<String> parentImports, Map<String, ClassLoader> foreignImports, List<org.eclipse.aether.artifact.Artifact> artifacts) -
Uses of Plugin in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that return types with arguments of type PluginModifier and TypeMethodDescriptionMavenExecutionPlan.getNonThreadSafePlugins()
Get set of plugins having a goal/mojo used but not marked @threadSafeDefaultLifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles
(String packaging) LifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles
(String packaging) LifeCyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles
(String packaging) -
Uses of Plugin in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return PluginModifier and TypeMethodDescriptionMojoDescriptorCreator.findPluginForPrefix
(String prefix, MavenSession session) ExecutionPlanItem.getPlugin()
Methods in org.apache.maven.lifecycle.internal that return types with arguments of type PluginModifier and TypeMethodDescriptionDefaultLifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles
(String packaging) -
Uses of Plugin in org.apache.maven.model
Methods in org.apache.maven.model that return PluginMethods in org.apache.maven.model that return types with arguments of type PluginModifier and TypeMethodDescriptionPluginContainer.getPlugins()
PluginContainer.getPluginsAsMap()
Plugin.pluginToApiV3
(List<Plugin> list) Methods in org.apache.maven.model with parameters of type PluginMethod parameters in org.apache.maven.model with type arguments of type PluginModifier and TypeMethodDescriptionPlugin.pluginToApiV4
(List<Plugin> list) void
PluginContainer.setPlugins
(List<Plugin> plugins) -
Uses of Plugin in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return PluginModifier and TypeMethodDescriptionCycleDetectedInPluginGraphException.getPlugin()
MojoExecution.getPlugin()
PluginNotFoundException.getPlugin()
PluginResolutionException.getPlugin()
PluginManager.getPluginDefinitionForPrefix
(String prefix, MavenSession session, MavenProject project) Deprecated.Methods in org.apache.maven.plugin with parameters of type PluginModifier and TypeMethodDescriptionDefaultPluginArtifactsCache.createKey
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultPluginDescriptorCache.createKey
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultPluginRealmCache.createKey
(Plugin plugin, ClassLoader parentRealm, Map<String, ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) PluginArtifactsCache.createKey
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) PluginDescriptorCache.createKey
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) PluginRealmCache.createKey
(Plugin plugin, ClassLoader parentRealm, Map<String, ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) BuildPluginManager.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.PluginManager.getPluginComponent
(Plugin plugin, String role, String roleHint) Deprecated.PluginManager.getPluginComponents
(Plugin plugin, String role) Deprecated.MavenPluginManager.getPluginDescriptor
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Retrieves the descriptor for the specified plugin from its main artifact.BuildPluginManager.loadPlugin
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultBuildPluginManager.loadPlugin
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) PluginManager.loadPluginDescriptor
(Plugin plugin, MavenProject project, MavenSession session) Deprecated.PluginManager.loadPluginFully
(Plugin plugin, MavenProject project, MavenSession session) Deprecated.protected static boolean
DefaultPluginArtifactsCache.pluginEquals
(Plugin a, Plugin b) protected static boolean
DefaultPluginRealmCache.pluginEquals
(Plugin a, Plugin b) protected static int
DefaultPluginArtifactsCache.pluginHashCode
(Plugin plugin) protected static int
DefaultPluginRealmCache.pluginHashCode
(Plugin plugin) MavenPluginManager.setupExtensionsRealm
(MavenProject project, Plugin plugin, org.eclipse.aether.RepositorySystemSession session) Sets up class realm for the specified build extensions plugin.PluginManager.verifyPlugin
(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) Deprecated.Constructors in org.apache.maven.plugin with parameters of type PluginModifierConstructorDescriptionCacheKey
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) CacheKey
(Plugin plugin, ClassLoader parentRealm, Map<String, ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) CycleDetectedInPluginGraphException
(Plugin plugin, org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e) MojoExecution
(Plugin plugin, String goal, String executionId) PluginContainerException
(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, Throwable e) PluginContainerException
(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException e) PluginContainerException
(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.configuration.PlexusConfigurationException e) PluginDescriptorParsingException
(Plugin plugin, String descriptorLocation, Throwable e) PluginIncompatibleException
(Plugin plugin, String message) PluginIncompatibleException
(Plugin plugin, String message, Throwable cause) PluginLoaderException
(Plugin plugin, String message) PluginLoaderException
(Plugin plugin, String message, ArtifactNotFoundException cause) PluginLoaderException
(Plugin plugin, String message, ArtifactResolutionException cause) PluginLoaderException
(Plugin plugin, String message, InvalidVersionSpecificationException cause) PluginLoaderException
(Plugin plugin, String message, InvalidPluginException cause) PluginLoaderException
(Plugin plugin, String message, PluginManagerException cause) PluginLoaderException
(Plugin plugin, String message, PluginNotFoundException cause) PluginLoaderException
(Plugin plugin, String message, PluginVersionNotFoundException cause) PluginLoaderException
(Plugin plugin, String message, PluginVersionResolutionException cause) PluginManagerException
(Plugin plugin, String message, Throwable cause) PluginManagerException
(Plugin plugin, String message, MavenProject project) protected
PluginManagerException
(Plugin plugin, String message, MavenProject project, Throwable cause) PluginManagerException
(Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause) PluginManagerException
(Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause) PluginManagerException
(Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause) PluginManagerException
(Plugin plugin, InvalidVersionSpecificationException cause) PluginNotFoundException
(Plugin plugin, List<ArtifactRepository> remoteRepositories) PluginResolutionException
(Plugin plugin, Throwable cause) -
Uses of Plugin in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return PluginMethods in org.apache.maven.plugin.descriptor with parameters of type Plugin -
Uses of Plugin in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that return PluginModifier and TypeMethodDescriptionDefaultPluginManager.getPluginDefinitionForPrefix
(String prefix, MavenSession session, MavenProject project) Deprecated.Methods in org.apache.maven.plugin.internal with parameters of type PluginModifier and TypeMethodDescriptionDefaultMavenPluginManager.getMojoDescriptor
(Plugin plugin, String goal, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultPluginManager.getPluginComponent
(Plugin plugin, String role, String roleHint) Deprecated.DefaultPluginManager.getPluginComponents
(Plugin plugin, String role) Deprecated.DefaultMavenPluginManager.getPluginDescriptor
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultPluginManager.loadPluginDescriptor
(Plugin plugin, MavenProject project, MavenSession session) Deprecated.DefaultPluginManager.loadPluginFully
(Plugin plugin, MavenProject project, MavenSession session) Deprecated.org.eclipse.aether.artifact.Artifact
DefaultPluginDependenciesResolver.resolve
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.graph.DependencyNode
DefaultPluginDependenciesResolver.resolve
(Plugin plugin, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.artifact.Artifact
PluginDependenciesResolver.resolve
(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Resolves the main artifact of the specified plugin.org.eclipse.aether.graph.DependencyNode
PluginDependenciesResolver.resolve
(Plugin plugin, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Resolves the runtime dependencies of the specified plugin.org.eclipse.aether.resolution.DependencyResult
DefaultPluginDependenciesResolver.resolveCoreExtension
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.resolution.DependencyResult
DefaultPluginDependenciesResolver.resolvePlugin
(Plugin plugin, org.eclipse.aether.artifact.Artifact pluginArtifact, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultMavenPluginManager.setupExtensionsRealm
(MavenProject project, Plugin plugin, org.eclipse.aether.RepositorySystemSession session) DefaultPluginManager.verifyPlugin
(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository) Deprecated. -
Uses of Plugin in org.apache.maven.plugin.version
Constructors in org.apache.maven.plugin.version with parameters of type PluginModifierConstructorDescriptionDefaultPluginVersionRequest
(Plugin plugin, MavenSession session) Creates a request for the specified plugin by copying settings from the specified build session.DefaultPluginVersionRequest
(Plugin plugin, org.eclipse.aether.RepositorySystemSession session, List<org.eclipse.aether.repository.RemoteRepository> repositories) Creates a request for the specified plugin using the given repository session and plugin repositories. -
Uses of Plugin in org.apache.maven.project
Methods in org.apache.maven.project that return PluginMethods in org.apache.maven.project that return types with arguments of type PluginModifier and TypeMethodDescriptionMavenProject.getBuildPlugins()
ModelUtils.orderAfterMerge
(List<Plugin> merged, List<Plugin> highPrioritySource, List<Plugin> lowPrioritySource) Deprecated.Methods in org.apache.maven.project with parameters of type PluginModifier and TypeMethodDescriptionstatic void
ModelUtils.mergePluginDefinitions
(Plugin child, Plugin parent, boolean handleAsInheritance) Deprecated.Method parameters in org.apache.maven.project with type arguments of type Plugin -
Uses of Plugin in org.apache.maven.project.artifact
Constructors in org.apache.maven.project.artifact with parameters of type Plugin -
Uses of Plugin in org.apache.maven.repository
Methods in org.apache.maven.repository with parameters of type PluginModifier and TypeMethodDescriptionRepositorySystem.createPluginArtifact
(Plugin plugin) Deprecated. -
Uses of Plugin in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy with parameters of type PluginModifier and TypeMethodDescriptionLegacyRepositorySystem.createPluginArtifact
(Plugin plugin) Deprecated.