Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
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(List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateReportPlugin(ReportPlugin reportPlugin,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateReportPlugin.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.