Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.api.services | |
org.apache.maven.internal.impl | |
org.apache.maven.model | |
org.apache.maven.model.inheritance | |
org.apache.maven.model.management | |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.normalization | |
org.apache.maven.model.profile | |
org.apache.maven.model.v4 | |
org.apache.maven.plugin |
Modifier and Type | Method and Description |
---|---|
Plugin |
MojoExecution.getPlugin() |
Modifier and Type | Method and Description |
---|---|
Plugin |
Plugin.Builder.build() |
static Plugin |
Plugin.newInstance()
Creates a new
Plugin instance. |
static Plugin |
Plugin.newInstance(boolean withDefaults)
Creates a new
Plugin instance using default values or not. |
Plugin |
Plugin.withArtifactId(String artifactId)
Creates a new
Plugin instance using the specified artifactId. |
Plugin |
Plugin.withConfiguration(Dom configuration)
Creates a new
Plugin instance using the specified configuration. |
Plugin |
Plugin.withDependencies(Collection<Dependency> dependencies)
Creates a new
Plugin instance using the specified dependencies. |
Plugin |
Plugin.withExecutions(Collection<PluginExecution> executions)
Creates a new
Plugin instance using the specified executions. |
Plugin |
Plugin.withExtensions(String extensions)
Creates a new
Plugin instance using the specified extensions. |
Plugin |
Plugin.withGroupId(String groupId)
Creates a new
Plugin instance using the specified groupId. |
Plugin |
Plugin.withInherited(String inherited)
Creates a new
Plugin instance using the specified inherited. |
Plugin |
Plugin.withVersion(String version)
Creates a new
Plugin instance using the specified version. |
Modifier and Type | Method and Description |
---|---|
List<Plugin> |
PluginContainer.getPlugins()
The list of plugins to use.
|
Map<String,Plugin> |
PluginContainer.getPluginsAsMap() |
Modifier and Type | Method and Description |
---|---|
static Plugin.Builder |
Plugin.newBuilder(Plugin from)
Creates a new
Plugin builder instance using the specified object as a basis. |
static Plugin.Builder |
Plugin.newBuilder(Plugin from,
boolean forceCopy)
Creates a new
Plugin builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
PluginManagement.Builder |
PluginManagement.Builder.plugins(Collection<Plugin> plugins) |
Build.Builder |
Build.Builder.plugins(Collection<Plugin> plugins) |
PluginConfiguration.Builder |
PluginConfiguration.Builder.plugins(Collection<Plugin> plugins) |
PluginContainer.Builder |
PluginContainer.Builder.plugins(Collection<Plugin> plugins) |
BuildBase.Builder |
BuildBase.Builder.plugins(Collection<Plugin> plugins) |
PluginManagement |
PluginManagement.withPlugins(Collection<Plugin> plugins)
Creates a new
PluginManagement instance using the specified plugins. |
Build |
Build.withPlugins(Collection<Plugin> plugins)
Creates a new
Build instance using the specified plugins. |
PluginConfiguration |
PluginConfiguration.withPlugins(Collection<Plugin> plugins)
Creates a new
PluginConfiguration instance using the specified plugins. |
PluginContainer |
PluginContainer.withPlugins(Collection<Plugin> plugins)
Creates a new
PluginContainer instance using the specified plugins. |
BuildBase |
BuildBase.withPlugins(Collection<Plugin> plugins)
Creates a new
BuildBase instance using the specified plugins. |
Modifier and Type | Method and Description |
---|---|
default DependencyCoordinate |
DependencyCoordinateFactory.create(Session session,
Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
Plugin |
DefaultMojoExecution.getPlugin() |
Modifier and Type | Method and Description |
---|---|
Plugin |
Plugin.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<Plugin> |
Plugin.pluginToApiV4(List<Plugin> list) |
Modifier and Type | Method and Description |
---|---|
static List<Plugin> |
Plugin.pluginToApiV3(List<Plugin> list) |
Constructor and Description |
---|
Plugin(Plugin delegate) |
Plugin(Plugin delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
protected Plugin |
DefaultInheritanceAssembler.InheritanceModelMerger.mergePlugin(Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected Plugin |
DefaultInheritanceAssembler.InheritanceModelMerger.mergePlugin(Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPluginManagementInjector.ManagementModelMerger.mergePlugin_Executions(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<Plugin> |
MavenModelMerger.getPluginKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenModelMerger.mergePlugin_Executions(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
Plugin |
DefaultModelNormalizer.DuplicateMerger.mergePlugin(Plugin target,
Plugin source) |
Modifier and Type | Method and Description |
---|---|
Plugin |
DefaultModelNormalizer.DuplicateMerger.mergePlugin(Plugin target,
Plugin source) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProfileInjector.ProfileModelMerger.mergePlugin_Executions(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected Plugin |
MavenMerger.mergePlugin(Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected Plugin |
MavenTransformer.transformPlugin(Plugin target) |
Modifier and Type | Method and Description |
---|---|
protected MavenMerger.KeyComputer<Plugin> |
MavenMerger.getPluginKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergePlugin_ArtifactId(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_Configuration(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_Dependencies(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_Executions(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_Extensions(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_GroupId(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_Inherited(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin_Version(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergePlugin(Plugin.Builder builder,
Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected Plugin |
MavenMerger.mergePlugin(Plugin target,
Plugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformPlugin_ArtifactId(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_Configuration(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_Dependencies(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_Executions(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_Extensions(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_GroupId(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_Inherited(Plugin.Builder builder,
Plugin target) |
protected void |
MavenTransformer.transformPlugin_Version(Plugin.Builder builder,
Plugin target) |
protected Plugin |
MavenTransformer.transformPlugin(Plugin target) |
Modifier and Type | Method and Description |
---|---|
Plugin |
CycleDetectedInPluginGraphException.getPlugin() |
Constructor and Description |
---|
CycleDetectedInPluginGraphException(Plugin plugin,
org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException e) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.