Uses of Class
org.apache.maven.model.Plugin
Packages that use Plugin
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.POM merger.
-
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.model
Fields in org.apache.maven.model with type parameters of type PluginModifier and TypeFieldDescriptionPluginContainer.pluginMapPluginContainer.pluginsField plugins.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()Method getPlugins.PluginContainer.getPluginsAsMap()Methods in org.apache.maven.model with parameters of type PluginModifier and TypeMethodDescriptionvoidMethod addPlugin.voidPluginContainer.removePlugin(Plugin plugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type PluginModifier and TypeMethodDescriptionvoidPluginContainer.setPlugins(List<Plugin> plugins) Set the list of plugins to use. -
Uses of Plugin in org.apache.maven.model.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type Plugin -
Uses of Plugin in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Plugin -
Uses of Plugin in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return PluginModifier and TypeMethodDescriptionprivate PluginMavenXpp3Reader.parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePlugin.private PluginMavenXpp3ReaderEx.parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parsePlugin.Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writePlugin(Plugin plugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePlugin.private voidMavenXpp3WriterEx.writePlugin(Plugin plugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePlugin. -
Uses of Plugin in org.apache.maven.model.management
Methods in org.apache.maven.model.management with parameters of type Plugin -
Uses of Plugin in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginModifier and TypeMethodDescriptionprotected ObjectMavenModelMerger.getPluginKey(Plugin plugin) protected ObjectModelMerger.getPluginKey(Plugin plugin) protected voidModelMerger.mergePlugin(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_ArtifactId(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Dependencies(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergePlugin_Executions(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Executions(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Extensions(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_GroupId(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePlugin_Version(Plugin target, Plugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Plugin in org.apache.maven.model.normalization
Methods in org.apache.maven.model.normalization with parameters of type PluginModifier and TypeMethodDescriptionvoidDefaultModelNormalizer.DuplicateMerger.mergePlugin(Plugin target, Plugin source) -
Uses of Plugin in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin that return PluginModifier and TypeMethodDescriptionprivate PluginDefaultReportingConverter.findSitePlugin(Build build) Methods in org.apache.maven.model.plugin with parameters of type PluginModifier and TypeMethodDescriptionprivate booleanDefaultReportingConverter.isSitePlugin(Plugin plugin) Method parameters in org.apache.maven.model.plugin with type arguments of type Plugin -
Uses of Plugin in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type Plugin -
Uses of Plugin in org.apache.maven.model.validation
Methods in org.apache.maven.model.validation with parameters of type PluginModifier and TypeMethodDescriptionprivate voidDefaultModelValidator.validate20EffectivePluginDependencies(ModelProblemCollector problems, Plugin plugin, ModelBuildingRequest request) Method parameters in org.apache.maven.model.validation with type arguments of type PluginModifier and TypeMethodDescriptionprivate voidDefaultModelValidator.validate20RawPlugins(ModelProblemCollector problems, List<Plugin> plugins, String prefix, String prefix2, ModelBuildingRequest request) -
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) 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) 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) 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
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) 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) DefaultPluginManager.getPluginComponents(Plugin plugin, String role) DefaultMavenPluginManager.getPluginDescriptor(Plugin plugin, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) DefaultPluginManager.loadPluginDescriptor(Plugin plugin, MavenProject project, MavenSession session) DefaultPluginManager.loadPluginFully(Plugin plugin, MavenProject project, MavenSession session) private PluginDescriptorDefaultMavenPluginManager.parsePluginDescriptor(InputStream 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.graph.DependencyNodeDefaultPluginDependenciesResolver.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.graph.DependencyNodeDefaultPluginDependenciesResolver.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) 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) -
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 Plugin -
Uses of Plugin in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy with parameters of type Plugin