Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
Modifier and Type | Class and Description |
---|---|
class |
Plugin
The
<plugin> element contains
informations required for a plugin. |
class |
PluginExecution
The
<execution> element contains
informations required for the
execution of a plugin. |
class |
ReportPlugin
The
<plugin> element contains
informations required for a report plugin. |
class |
ReportSet
Represents a set of reports and configuration to be used to
generate them.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContainer |
ConfigurationContainer.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergeConfigurationContainer_Configuration(ConfigurationContainer target,
ConfigurationContainer source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeConfigurationContainer_Inherited(ConfigurationContainer target,
ConfigurationContainer source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeConfigurationContainer(ConfigurationContainer target,
ConfigurationContainer source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.