Package | Description |
---|---|
org.apache.maven.bridge | |
org.apache.maven.classrealm | |
org.apache.maven.configuration | |
org.apache.maven.lifecycle | |
org.apache.maven.lifecycle.internal | |
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.inheritance | |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.management | |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.normalization | |
org.apache.maven.model.plugin | |
org.apache.maven.model.profile | |
org.apache.maven.model.validation | |
org.apache.maven.plugin | |
org.apache.maven.plugin.descriptor | |
org.apache.maven.plugin.internal | |
org.apache.maven.plugin.prefix.internal | |
org.apache.maven.plugin.version | |
org.apache.maven.plugin.version.internal | |
org.apache.maven.project | |
org.apache.maven.project.artifact | |
org.apache.maven.repository | |
org.apache.maven.repository.legacy |
Modifier and Type | Method and Description |
---|---|
Artifact |
MavenRepositorySystem.createPluginArtifact(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.classworlds.realm.ClassRealm |
DefaultClassRealmManager.createExtensionRealm(Plugin plugin,
java.util.List<org.eclipse.aether.artifact.Artifact> artifacts) |
org.codehaus.plexus.classworlds.realm.ClassRealm |
ClassRealmManager.createExtensionRealm(Plugin extension,
java.util.List<org.eclipse.aether.artifact.Artifact> artifacts)
Creates a new class realm for the specified build extension.
|
org.codehaus.plexus.classworlds.realm.ClassRealm |
DefaultClassRealmManager.createPluginRealm(Plugin plugin,
java.lang.ClassLoader parent,
java.util.List<java.lang.String> parentImports,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
java.util.List<org.eclipse.aether.artifact.Artifact> artifacts) |
org.codehaus.plexus.classworlds.realm.ClassRealm |
ClassRealmManager.createPluginRealm(Plugin plugin,
java.lang.ClassLoader parent,
java.util.List<java.lang.String> parentImports,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
java.util.List<org.eclipse.aether.artifact.Artifact> artifacts)
Creates a new class realm for the specified plugin.
|
private static java.lang.String |
DefaultClassRealmManager.getKey(Plugin plugin,
boolean extension) |
Modifier and Type | Method and Description |
---|---|
private Plugin |
DefaultBeanConfigurationRequest.findPlugin(Model model,
java.lang.String groupId,
java.lang.String artifactId) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Plugin> |
MavenExecutionPlan.getNonThreadSafePlugins()
Get set of plugins having a goal/mojo used but not marked @threadSafe
|
java.util.Set<Plugin> |
DefaultLifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles(java.lang.String packaging) |
java.util.Set<Plugin> |
LifeCyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(java.lang.String packaging) |
java.util.Set<Plugin> |
LifecycleExecutor.getPluginsBoundByDefaultToAllLifecycles(java.lang.String packaging) |
Modifier and Type | Method and Description |
---|---|
private Plugin |
MojoDescriptorCreator.findPlugin(Plugin plugin,
java.util.Collection<Plugin> plugins) |
private Plugin |
DefaultMojoExecutionConfigurator.findPlugin(java.lang.String groupId,
java.lang.String artifactId,
java.util.Collection<Plugin> plugins) |
private Plugin |
MojoDescriptorCreator.findPlugin(java.lang.String groupId,
java.lang.String artifactId,
java.util.Collection<Plugin> plugins) |
Plugin |
MojoDescriptorCreator.findPluginForPrefix(java.lang.String prefix,
MavenSession session) |
Plugin |
ExecutionPlanItem.getPlugin() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Plugin> |
DefaultLifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(java.lang.String packaging) |
Modifier and Type | Method and Description |
---|---|
private Plugin |
MojoDescriptorCreator.findPlugin(Plugin plugin,
java.util.Collection<Plugin> plugins) |
private java.lang.String |
DefaultLifecyclePluginAnalyzer.getExecutionId(Plugin plugin,
java.lang.String goal) |
private void |
MojoDescriptorCreator.injectPluginDeclarationFromProject(Plugin plugin,
MavenProject project) |
private void |
MojoDescriptorCreator.resolvePluginVersion(Plugin plugin,
MavenSession session,
MavenProject project) |
Modifier and Type | Method and Description |
---|---|
private Plugin |
MojoDescriptorCreator.findPlugin(Plugin plugin,
java.util.Collection<Plugin> plugins) |
private Plugin |
DefaultMojoExecutionConfigurator.findPlugin(java.lang.String groupId,
java.lang.String artifactId,
java.util.Collection<Plugin> plugins) |
private Plugin |
MojoDescriptorCreator.findPlugin(java.lang.String groupId,
java.lang.String artifactId,
java.util.Collection<Plugin> plugins) |
private void |
DefaultLifecyclePluginAnalyzer.parseLifecyclePhaseDefinitions(java.util.Map<Plugin,Plugin> plugins,
java.lang.String phase,
LifecyclePhase goals) |
private void |
DefaultLifecyclePluginAnalyzer.parseLifecyclePhaseDefinitions(java.util.Map<Plugin,Plugin> plugins,
java.lang.String phase,
LifecyclePhase goals) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,Plugin> |
PluginContainer.pluginMap |
private java.util.List<Plugin> |
PluginContainer.plugins
Field plugins.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
Plugin.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Plugin> |
PluginContainer.getPlugins()
Method getPlugins.
|
java.util.Map<java.lang.String,Plugin> |
PluginContainer.getPluginsAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
PluginContainer.addPlugin(Plugin plugin)
Method addPlugin.
|
void |
PluginContainer.removePlugin(Plugin plugin)
Method removePlugin.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginContainer.setPlugins(java.util.List<Plugin> plugins)
Set the list of plugins to use.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultInheritanceAssembler.InheritanceModelMerger.mergePlugin(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private Plugin |
MavenXpp3Reader.parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePlugin.
|
private Plugin |
MavenXpp3ReaderEx.parsePlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parsePlugin.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writePlugin(Plugin plugin,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePlugin.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPluginManagementInjector.ManagementModelMerger.mergePlugin_Executions(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ModelMerger.getPluginKey(Plugin plugin) |
protected java.lang.Object |
MavenModelMerger.getPluginKey(Plugin plugin) |
protected void |
ModelMerger.mergePlugin_ArtifactId(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePlugin_Dependencies(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePlugin_Executions(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
MavenModelMerger.mergePlugin_Executions(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePlugin_Extensions(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePlugin_GroupId(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePlugin_Version(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergePlugin(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModelNormalizer.DuplicateMerger.mergePlugin(Plugin target,
Plugin source) |
Modifier and Type | Method and Description |
---|---|
private Plugin |
DefaultReportingConverter.findSitePlugin(Build build) |
Modifier and Type | Method and Description |
---|---|
private boolean |
DefaultReportingConverter.isSitePlugin(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultPluginConfigurationExpander.expand(java.util.List<Plugin> plugins) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProfileInjector.ProfileModelMerger.mergePlugin_Executions(Plugin target,
Plugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelValidator.validate20EffectivePluginDependencies(ModelProblemCollector problems,
Plugin plugin,
ModelBuildingRequest request) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelValidator.validate20RawPlugins(ModelProblemCollector problems,
java.util.List<Plugin> plugins,
java.lang.String prefix,
ModelBuildingRequest request) |
Modifier and Type | Field and Description |
---|---|
private Plugin |
CycleDetectedInPluginGraphException.plugin |
private Plugin |
PluginResolutionException.plugin |
private Plugin |
MojoExecution.plugin |
private Plugin |
DefaultPluginRealmCache.CacheKey.plugin |
private Plugin |
DefaultPluginArtifactsCache.CacheKey.plugin |
private Plugin |
PluginNotFoundException.plugin |
Modifier and Type | Method and Description |
---|---|
Plugin |
CycleDetectedInPluginGraphException.getPlugin() |
Plugin |
PluginResolutionException.getPlugin() |
Plugin |
MojoExecution.getPlugin() |
Plugin |
PluginNotFoundException.getPlugin() |
Plugin |
PluginManager.getPluginDefinitionForPrefix(java.lang.String prefix,
MavenSession session,
MavenProject project)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PluginRealmCache.Key |
PluginRealmCache.createKey(Plugin plugin,
java.lang.ClassLoader parentRealm,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginRealmCache.Key |
DefaultPluginRealmCache.createKey(Plugin plugin,
java.lang.ClassLoader parentRealm,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginArtifactsCache.Key |
PluginArtifactsCache.createKey(Plugin plugin,
org.eclipse.aether.graph.DependencyFilter extensionFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginArtifactsCache.Key |
DefaultPluginArtifactsCache.createKey(Plugin plugin,
org.eclipse.aether.graph.DependencyFilter extensionFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptorCache.Key |
DefaultPluginDescriptorCache.createKey(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptorCache.Key |
PluginDescriptorCache.createKey(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
private static java.lang.String |
PluginDescriptorParsingException.createMessage(Plugin plugin,
java.lang.String descriptorLocation,
java.lang.Throwable e) |
MojoDescriptor |
MavenPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.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.
|
MojoDescriptor |
BuildPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
MojoDescriptor |
DefaultBuildPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
java.lang.Object |
PluginManager.getPluginComponent(Plugin plugin,
java.lang.String role,
java.lang.String roleHint)
Deprecated.
|
java.util.Map<java.lang.String,java.lang.Object> |
PluginManager.getPluginComponents(Plugin plugin,
java.lang.String role)
Deprecated.
|
PluginDescriptor |
MavenPluginManager.getPluginDescriptor(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session)
Retrieves the descriptor for the specified plugin from its main artifact.
|
PluginDescriptor |
BuildPluginManager.loadPlugin(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptor |
DefaultBuildPluginManager.loadPlugin(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptor |
PluginManager.loadPluginDescriptor(Plugin plugin,
MavenProject project,
MavenSession session)
Deprecated.
|
PluginDescriptor |
PluginManager.loadPluginFully(Plugin plugin,
MavenProject project,
MavenSession session)
Deprecated.
|
static boolean |
CacheUtils.pluginEquals(Plugin a,
Plugin b) |
protected static boolean |
DefaultPluginRealmCache.pluginEquals(Plugin a,
Plugin b) |
protected static boolean |
DefaultPluginArtifactsCache.pluginEquals(Plugin a,
Plugin b) |
static int |
CacheUtils.pluginHashCode(Plugin plugin) |
protected static int |
DefaultPluginRealmCache.pluginHashCode(Plugin plugin) |
protected static int |
DefaultPluginArtifactsCache.pluginHashCode(Plugin plugin) |
ExtensionRealmCache.CacheRecord |
MavenPluginManager.setupExtensionsRealm(MavenProject project,
Plugin plugin,
org.eclipse.aether.RepositorySystemSession session)
Sets up class realm for the specified build extensions plugin.
|
PluginDescriptor |
PluginManager.verifyPlugin(Plugin plugin,
MavenProject project,
Settings settings,
ArtifactRepository localRepository)
Deprecated.
|
Constructor and Description |
---|
CacheKey(Plugin plugin,
java.lang.ClassLoader parentRealm,
java.util.Map<java.lang.String,java.lang.ClassLoader> foreignImports,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
CacheKey(Plugin plugin,
org.eclipse.aether.graph.DependencyFilter extensionFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
CacheKey(Plugin plugin,
java.util.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,
java.lang.String goal,
java.lang.String executionId) |
PluginContainerException(Plugin plugin,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
java.lang.String message,
org.codehaus.plexus.component.repository.exception.ComponentRepositoryException e) |
PluginContainerException(Plugin plugin,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
java.lang.String message,
org.codehaus.plexus.configuration.PlexusConfigurationException e) |
PluginContainerException(Plugin plugin,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
java.lang.String message,
java.lang.Throwable e) |
PluginDescriptorParsingException(Plugin plugin,
java.lang.String descriptorLocation,
java.lang.Throwable e) |
PluginIncompatibleException(Plugin plugin,
java.lang.String message) |
PluginLoaderException(Plugin plugin,
java.lang.String message) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
ArtifactNotFoundException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
ArtifactResolutionException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
InvalidPluginException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
InvalidVersionSpecificationException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
PluginManagerException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
PluginNotFoundException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
PluginVersionNotFoundException cause) |
PluginLoaderException(Plugin plugin,
java.lang.String message,
PluginVersionResolutionException cause) |
PluginManagerException(Plugin plugin,
InvalidVersionSpecificationException cause) |
PluginManagerException(Plugin plugin,
java.lang.String message,
org.codehaus.plexus.component.repository.exception.ComponentRepositoryException cause) |
PluginManagerException(Plugin plugin,
java.lang.String message,
MavenProject project) |
PluginManagerException(Plugin plugin,
java.lang.String message,
MavenProject project,
java.lang.Throwable cause) |
PluginManagerException(Plugin plugin,
java.lang.String message,
org.codehaus.plexus.configuration.PlexusConfigurationException cause) |
PluginManagerException(Plugin plugin,
java.lang.String message,
org.codehaus.plexus.PlexusContainerException cause) |
PluginManagerException(Plugin plugin,
java.lang.String message,
java.lang.Throwable cause) |
PluginNotFoundException(Plugin plugin,
ArtifactNotFoundException e) |
PluginNotFoundException(Plugin plugin,
java.util.List<ArtifactRepository> remoteRepositories) |
PluginResolutionException(Plugin plugin,
java.lang.Throwable cause) |
Modifier and Type | Field and Description |
---|---|
private Plugin |
PluginDescriptor.plugin |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginDescriptor.getPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
PluginDescriptor.setPlugin(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
Plugin |
DefaultPluginManager.getPluginDefinitionForPrefix(java.lang.String prefix,
MavenSession session,
MavenProject project) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultMavenPluginManager.discoverPluginComponents(org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
Plugin plugin,
PluginDescriptor pluginDescriptor) |
private PluginDescriptor |
DefaultMavenPluginManager.extractPluginDescriptor(Artifact pluginArtifact,
Plugin plugin) |
MojoDescriptor |
DefaultMavenPluginManager.getMojoDescriptor(Plugin plugin,
java.lang.String goal,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
java.lang.Object |
DefaultPluginManager.getPluginComponent(Plugin plugin,
java.lang.String role,
java.lang.String roleHint) |
java.util.Map<java.lang.String,java.lang.Object> |
DefaultPluginManager.getPluginComponents(Plugin plugin,
java.lang.String role) |
PluginDescriptor |
DefaultMavenPluginManager.getPluginDescriptor(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptor |
DefaultPluginManager.loadPluginDescriptor(Plugin plugin,
MavenProject project,
MavenSession session) |
PluginDescriptor |
DefaultPluginManager.loadPluginFully(Plugin plugin,
MavenProject project,
MavenSession session) |
private PluginDescriptor |
DefaultMavenPluginManager.parsePluginDescriptor(java.io.InputStream is,
Plugin plugin,
java.lang.String descriptorLocation) |
org.eclipse.aether.graph.DependencyNode |
DefaultPluginDependenciesResolver.resolve(Plugin plugin,
org.eclipse.aether.artifact.Artifact pluginArtifact,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
org.eclipse.aether.graph.DependencyNode |
PluginDependenciesResolver.resolve(Plugin plugin,
org.eclipse.aether.artifact.Artifact pluginArtifact,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session)
Resolves the runtime dependencies of the specified plugin.
|
org.eclipse.aether.artifact.Artifact |
DefaultPluginDependenciesResolver.resolve(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
org.eclipse.aether.artifact.Artifact |
PluginDependenciesResolver.resolve(Plugin plugin,
java.util.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 |
DefaultPluginDependenciesResolver.resolveCoreExtension(Plugin plugin,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
private java.util.List<Artifact> |
DefaultMavenPluginManager.resolveExtensionArtifacts(Plugin extensionPlugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
private org.eclipse.aether.graph.DependencyNode |
DefaultPluginDependenciesResolver.resolveInternal(Plugin plugin,
org.eclipse.aether.artifact.Artifact pluginArtifact,
org.eclipse.aether.graph.DependencyFilter dependencyFilter,
org.eclipse.aether.collection.DependencyGraphTransformer transformer,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
ExtensionRealmCache.CacheRecord |
DefaultMavenPluginManager.setupExtensionsRealm(MavenProject project,
Plugin plugin,
org.eclipse.aether.RepositorySystemSession session) |
private org.eclipse.aether.artifact.Artifact |
DefaultPluginDependenciesResolver.toArtifact(Plugin plugin,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptor |
DefaultPluginManager.verifyPlugin(Plugin plugin,
MavenProject project,
Settings settings,
ArtifactRepository localRepository) |
Modifier and Type | Method and Description |
---|---|
private PluginPrefixResult |
DefaultPluginPrefixResolver.resolveFromProject(PluginPrefixRequest request,
java.util.List<Plugin> plugins) |
Constructor and Description |
---|
DefaultPluginPrefixResult(Plugin plugin) |
Constructor and Description |
---|
DefaultPluginVersionRequest(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,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories)
Creates a request for the specified plugin using the given repository session and plugin repositories.
|
Modifier and Type | Method and Description |
---|---|
private PluginVersionResult |
DefaultPluginVersionResolver.resolveFromProject(PluginVersionRequest request,
java.util.List<Plugin> plugins) |
Modifier and Type | Method and Description |
---|---|
Plugin |
MavenProject.getPlugin(java.lang.String pluginKey) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Plugin> |
MavenProject.getBuildPlugins() |
static java.util.List<Plugin> |
ModelUtils.orderAfterMerge(java.util.List<Plugin> merged,
java.util.List<Plugin> highPrioritySource,
java.util.List<Plugin> lowPrioritySource)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
ModelUtils.mergePluginDefinitions(Plugin child,
Plugin parent,
boolean handleAsInheritance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Plugin> |
ModelUtils.orderAfterMerge(java.util.List<Plugin> merged,
java.util.List<Plugin> highPrioritySource,
java.util.List<Plugin> lowPrioritySource)
Deprecated.
|
static java.util.List<Plugin> |
ModelUtils.orderAfterMerge(java.util.List<Plugin> merged,
java.util.List<Plugin> highPrioritySource,
java.util.List<Plugin> lowPrioritySource)
Deprecated.
|
static java.util.List<Plugin> |
ModelUtils.orderAfterMerge(java.util.List<Plugin> merged,
java.util.List<Plugin> highPrioritySource,
java.util.List<Plugin> lowPrioritySource)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private Plugin |
PluginArtifact.plugin |
Constructor and Description |
---|
PluginArtifact(Plugin plugin,
Artifact pluginArtifact) |
Modifier and Type | Method and Description |
---|---|
Artifact |
RepositorySystem.createPluginArtifact(Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
Artifact |
LegacyRepositorySystem.createPluginArtifact(Plugin plugin) |