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.ClassRealmClassRealmManager.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.ClassRealmDefaultClassRealmManager.createExtensionRealm(Plugin plugin, List<org.eclipse.aether.artifact.Artifact> artifacts) org.codehaus.plexus.classworlds.realm.ClassRealmClassRealmManager.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.ClassRealmDefaultClassRealmManager.createPluginRealm(Plugin plugin, ClassLoader parent, List<String> parentImports, Map<String, ClassLoader> foreignImports, List<org.eclipse.aether.artifact.Artifact> artifacts) private static String -
Uses of Plugin in org.apache.maven.configuration
Methods in org.apache.maven.configuration that return PluginModifier and TypeMethodDescriptionprivate PluginDefaultBeanConfigurationRequest.findPlugin(Model model, String groupId, String artifactId) -
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 TypeMethodDescriptionprivate PluginDefaultMojoExecutionConfigurator.findPlugin(String groupId, String artifactId, Collection<Plugin> plugins) private PluginMojoDescriptorCreator.findPlugin(String groupId, String artifactId, Collection<Plugin> plugins) private PluginMojoDescriptorCreator.findPlugin(Plugin plugin, Collection<Plugin> plugins) MojoDescriptorCreator.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) Methods in org.apache.maven.lifecycle.internal with parameters of type PluginModifier and TypeMethodDescriptionprivate PluginMojoDescriptorCreator.findPlugin(Plugin plugin, Collection<Plugin> plugins) private StringDefaultLifecyclePluginAnalyzer.getExecutionId(Plugin plugin, String goal) private voidMojoDescriptorCreator.injectPluginDeclarationFromProject(Plugin plugin, MavenProject project) private voidMojoDescriptorCreator.resolvePluginVersion(Plugin plugin, MavenSession session, MavenProject project) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type PluginModifier and TypeMethodDescriptionprivate PluginDefaultMojoExecutionConfigurator.findPlugin(String groupId, String artifactId, Collection<Plugin> plugins) private PluginMojoDescriptorCreator.findPlugin(String groupId, String artifactId, Collection<Plugin> plugins) private PluginMojoDescriptorCreator.findPlugin(Plugin plugin, Collection<Plugin> plugins) private voidDefaultLifecyclePluginAnalyzer.parseLifecyclePhaseDefinitions(Map<Plugin, Plugin> plugins, String phase, LifecyclePhase goals) private voidDefaultLifecyclePluginAnalyzer.parseLifecyclePhaseDefinitions(Map<Plugin, Plugin> plugins, String phase, LifecyclePhase goals) -
Uses of Plugin in org.apache.maven.lifecycle.internal.concurrent
Methods in org.apache.maven.lifecycle.internal.concurrent with parameters of type PluginModifier and TypeMethodDescriptionprivate static Stringprivate MojoDescriptorBuildPlanExecutor.BuildContext.getMojoDescriptor(MavenProject project, Plugin plugin, String goal) private voidBuildPlanExecutor.resolvePlugin(MavenSession session, List<org.eclipse.aether.repository.RemoteRepository> repositories, Plugin plugin) -
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) voidPluginContainer.setPlugins(List<Plugin> plugins) -
Uses of Plugin in org.apache.maven.model.plugin
Method parameters in org.apache.maven.model.plugin with type arguments of type Plugin -
Uses of Plugin in org.apache.maven.plugin
Fields in org.apache.maven.plugin declared as PluginModifier and TypeFieldDescriptionprivate final PluginCycleDetectedInPluginGraphException.pluginprivate final PluginDefaultPluginArtifactsCache.CacheKey.pluginprivate final PluginDefaultPluginRealmCache.CacheKey.pluginprivate PluginMojoExecution.pluginprivate PluginPluginNotFoundException.pluginprivate final PluginPluginResolutionException.pluginMethods 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) private static StringPluginDescriptorParsingException.createMessage(Plugin plugin, String descriptorLocation, Throwable e) 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.static booleanCacheUtils.pluginEquals(Plugin a, Plugin b) protected static booleanDefaultPluginArtifactsCache.pluginEquals(Plugin a, Plugin b) protected static booleanDefaultPluginRealmCache.pluginEquals(Plugin a, Plugin b) static intCacheUtils.pluginHashCode(Plugin plugin) protected static intDefaultPluginArtifactsCache.pluginHashCode(Plugin plugin) protected static intDefaultPluginRealmCache.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) (package private)CacheKey(Plugin plugin, 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) Deprecated.PluginContainerException(Plugin plugin, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, String message, org.codehaus.plexus.configuration.PlexusConfigurationException e) Deprecated.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) protectedPluginManagerException(Plugin plugin, String message, MavenProject project, Throwable cause) PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause) Deprecated.Left for binary compatibility.PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.configuration.PlexusConfigurationException cause) Deprecated.Left for binary compatibility.PluginManagerException(Plugin plugin, String message, org.codehaus.plexus.PlexusContainerException cause) Deprecated.Left for binary compatibility.PluginManagerException(Plugin plugin, InvalidVersionSpecificationException cause) PluginNotFoundException(Plugin plugin, List<ArtifactRepository> remoteRepositories) PluginResolutionException(Plugin plugin, Throwable cause) PluginResolutionException(Plugin plugin, List<Exception> exceptions, Throwable cause) -
Uses of Plugin in org.apache.maven.plugin.descriptor
Fields in org.apache.maven.plugin.descriptor declared as PluginMethods 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 TypeMethodDescriptionprivate voidDefaultMavenPluginManager.discoverPluginComponents(org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, Plugin plugin, PluginDescriptor pluginDescriptor) private PluginDescriptorDefaultMavenPluginManager.extractPluginDescriptor(Artifact pluginArtifact, Plugin plugin) DefaultMavenPluginManager.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.private PluginDescriptorDefaultMavenPluginManager.parsePluginDescriptor(PluginDescriptorBuilder.StreamSupplier is, Plugin plugin, String descriptorLocation) org.eclipse.aether.artifact.ArtifactDefaultPluginDependenciesResolver.resolve(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) org.eclipse.aether.graph.DependencyNodeDefaultPluginDependenciesResolver.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.ArtifactPluginDependenciesResolver.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.DependencyNodePluginDependenciesResolver.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.DependencyResultDefaultPluginDependenciesResolver.resolveCoreExtension(Plugin plugin, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultMavenPluginManager.resolveExtensionArtifacts(Plugin extensionPlugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) private org.eclipse.aether.resolution.DependencyResultDefaultPluginDependenciesResolver.resolveInternal(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.resolution.DependencyResultDefaultPluginDependenciesResolver.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) org.eclipse.aether.resolution.DependencyResultPluginDependenciesResolver.resolvePlugin(Plugin plugin, org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.graph.DependencyFilter dependencyFilter, List<org.eclipse.aether.repository.RemoteRepository> remotePluginRepositories, org.eclipse.aether.RepositorySystemSession repositorySession) DefaultMavenPluginManager.setupExtensionsRealm(MavenProject project, Plugin plugin, org.eclipse.aether.RepositorySystemSession session) private org.eclipse.aether.artifact.ArtifactDefaultPluginDependenciesResolver.toArtifact(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.prefix.internal
Method parameters in org.apache.maven.plugin.prefix.internal with type arguments of type PluginModifier and TypeMethodDescriptionprivate PluginPrefixResultDefaultPluginPrefixResolver.resolveFromProject(PluginPrefixRequest request, List<Plugin> plugins) Constructors in org.apache.maven.plugin.prefix.internal with parameters of type Plugin -
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.plugin.version.internal
Method parameters in org.apache.maven.plugin.version.internal with type arguments of type PluginModifier and TypeMethodDescriptionprivate PluginVersionResultDefaultPluginVersionResolver.resolveFromProject(PluginVersionRequest request, List<Plugin> plugins) -
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 voidModelUtils.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
Fields in org.apache.maven.project.artifact declared as PluginConstructors 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.
PluginContainerException(Plugin, ClassRealm, String, Throwable)