Uses of Class
org.apache.maven.api.model.Reporting.Builder
-
Uses of Reporting.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionReporting.Builder.excludeDefaults
(String excludeDefaults) Reporting.Builder.location
(Object key, InputLocation location) static Reporting.Builder
Reporting.newBuilder()
Creates a newReporting
builder instance.static Reporting.Builder
Reporting.newBuilder
(boolean withDefaults) Creates a newReporting
builder instance using default values or not.static Reporting.Builder
Reporting.newBuilder
(Reporting from) Creates a newReporting
builder instance using the specified object as a basis.static Reporting.Builder
Reporting.newBuilder
(Reporting from, boolean forceCopy) Creates a newReporting
builder instance using the specified object as a basis.Reporting.Builder.outputDirectory
(String outputDirectory) Reporting.Builder.plugins
(Collection<ReportPlugin> plugins) Reporting.with()
Creates a new builder with this object as the basis.