| Package | Description |
|---|---|
| org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
| org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
| org.apache.maven.model.merge |
POM merger.
|
| org.apache.maven.model.plugin | |
| org.apache.maven.model.profile | |
| org.apache.maven.plugin | |
| org.apache.maven.project | |
| org.apache.maven.project.inheritance |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ReportPlugin> |
Reporting.plugins
Field plugins.
|
(package private) java.util.Map<java.lang.String,ReportPlugin> |
Reporting.reportPluginMap |
| Modifier and Type | Method and Description |
|---|---|
ReportPlugin |
ReportPlugin.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReportPlugin> |
Reporting.getPlugins()
Method getPlugins.
|
java.util.Map<java.lang.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(java.util.List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration.
|
| Modifier and Type | Method and Description |
|---|---|
private ReportPlugin |
MavenXpp3Reader.parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReportPlugin.
|
private ReportPlugin |
MavenXpp3ReaderEx.parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseReportPlugin.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenXpp3Writer.writeReportPlugin(ReportPlugin reportPlugin,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReportPlugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
ModelMerger.getReportPluginKey(ReportPlugin reportPlugin) |
protected java.lang.Object |
MavenModelMerger.getReportPluginKey(ReportPlugin reportPlugin) |
protected void |
ModelMerger.mergeReportPlugin_ArtifactId(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReportPlugin_GroupId(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
MavenModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReportPlugin_Version(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReportPlugin(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
private org.codehaus.plexus.util.xml.Xpp3Dom |
DefaultReportingConverter.convert(ReportPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultProfileInjector.ProfileModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target,
ReportPlugin source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Constructor and Description |
|---|
PluginLoaderException(ReportPlugin plugin,
java.lang.String message) |
PluginLoaderException(ReportPlugin plugin,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReportPlugin> |
MavenProject.getReportPlugins()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultModelInheritanceAssembler.mergeReportPluginDefinitions(ReportPlugin child,
ReportPlugin parent,
boolean handleAsInheritance) |