Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.profile | |
org.apache.maven.plugin | |
org.apache.maven.project | |
org.apache.maven.project.inheritance |
Modifier and Type | Method and Description |
---|---|
ReportPlugin |
ReportPlugin.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
List<ReportPlugin> |
Reporting.getPlugins()
Method getPlugins.
|
Map<String,ReportPlugin> |
Reporting.getReportPluginsAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
Reporting.addPlugin(ReportPlugin reportPlugin)
Method addPlugin.
|
void |
Reporting.removePlugin(ReportPlugin reportPlugin)
Method removePlugin.
|
Modifier and Type | Method and Description |
---|---|
void |
Reporting.setPlugins(List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
MavenModelMerger.getReportPluginKey(ReportPlugin reportPlugin) |
protected Object |
ModelMerger.getReportPluginKey(ReportPlugin reportPlugin) |
protected void |
ModelMerger.mergeReportPlugin_ArtifactId(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReportPlugin_GroupId(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReportPlugin_Version(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
ModelMerger.mergeReportPlugin(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProfileInjector.ProfileModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
Map<Object,Object> context) |
Constructor and Description |
---|
PluginLoaderException(ReportPlugin plugin,
String message) |
PluginLoaderException(ReportPlugin plugin,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<ReportPlugin> |
MavenProject.getReportPlugins()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultModelInheritanceAssembler.mergeReportPluginDefinitions(ReportPlugin child,
ReportPlugin parent,
boolean handleAsInheritance) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.