Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.project | |
org.apache.maven.project.injection |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ReportPlugin> |
Reporting.plugins
Field plugins.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportPlugin> |
Reporting.getPlugins()
Method getPlugins.
|
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.
|
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 |
---|---|
static ReportPlugin |
ModelUtils.cloneReportPlugin(ReportPlugin src) |
Modifier and Type | Method and Description |
---|---|
static ReportPlugin |
ModelUtils.cloneReportPlugin(ReportPlugin src) |
static void |
ModelUtils.mergeReportPluginDefinitions(ReportPlugin child,
ReportPlugin parent,
boolean handleAsInheritance) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultProfileInjector.mergeReportPlugins(ReportPlugin dominant,
ReportPlugin recessive) |