Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.inheritance | |
org.apache.maven.model.interpolation | |
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.profile | |
org.apache.maven.project | |
org.apache.maven.project.inheritance |
Modifier and Type | Field and Description |
---|---|
private Reporting |
ModelBase.reporting
This element includes the specification of
report plugins to use
to generate the reports on the Maven-generated
site.
|
Modifier and Type | Method and Description |
---|---|
Reporting |
Reporting.clone()
Method clone.
|
Reporting |
ModelBase.getReporting()
Get this element includes the specification of report
plugins to use
to generate the reports on the Maven-generated
site.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelBase.setReporting(Reporting reporting)
Set this element includes the specification of report
plugins to use
to generate the reports on the Maven-generated
site.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultInheritanceAssembler.InheritanceModelMerger.mergeReporting_Plugins(Reporting target,
Reporting source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private void |
StringVisitorModelInterpolator.ModelVisitor.visit(Reporting reporting) |
Modifier and Type | Method and Description |
---|---|
private Reporting |
MavenXpp3Reader.parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseReporting.
|
private Reporting |
MavenXpp3ReaderEx.parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseReporting.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeReporting(Reporting reporting,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReporting.
|
private void |
MavenXpp3Writer.writeReporting(Reporting reporting,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReporting.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergeReporting_ExcludeDefaults(Reporting target,
Reporting source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReporting_OutputDirectory(Reporting target,
Reporting source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReporting_Plugins(Reporting target,
Reporting source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
protected void |
ModelMerger.mergeReporting(Reporting target,
Reporting source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultProfileInjector.ProfileModelMerger.mergeReporting_Plugins(Reporting target,
Reporting source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
Reporting |
MavenProject.getReporting()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.setReporting(Reporting reporting)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private static void |
DefaultModelInheritanceAssembler.mergeReportPluginLists(Reporting child,
Reporting parent,
boolean handleAsInheritance) |