Uses of Class
org.apache.maven.api.model.Build
-
Uses of Build in org.apache.maven.api.model
Modifier and TypeMethodDescriptionBuild.Builder.build()
Model.getBuild()
Information required to build the project.static Build
Build.newInstance()
Creates a newBuild
instance.static Build
Build.newInstance
(boolean withDefaults) Creates a newBuild
instance using default values or not.Build.withDefaultGoal
(String defaultGoal) Creates a newBuild
instance using the specified defaultGoal.Build.withDirectory
(String directory) Creates a newBuild
instance using the specified directory.Build.withExtensions
(Collection<Extension> extensions) Creates a newBuild
instance using the specified extensions.Build.withFilters
(Collection<String> filters) Creates a newBuild
instance using the specified filters.Build.withFinalName
(String finalName) Creates a newBuild
instance using the specified finalName.Build.withOutputDirectory
(String outputDirectory) Creates a newBuild
instance using the specified outputDirectory.Build.withPluginManagement
(PluginManagement pluginManagement) Creates a newBuild
instance using the specified pluginManagement.Build.withPlugins
(Collection<Plugin> plugins) Creates a newBuild
instance using the specified plugins.Build.withResources
(Collection<Resource> resources) Creates a newBuild
instance using the specified resources.Build.withScriptSourceDirectory
(String scriptSourceDirectory) Creates a newBuild
instance using the specified scriptSourceDirectory.Build.withSourceDirectory
(String sourceDirectory) Creates a newBuild
instance using the specified sourceDirectory.Build.withTestOutputDirectory
(String testOutputDirectory) Creates a newBuild
instance using the specified testOutputDirectory.Build.withTestResources
(Collection<Resource> testResources) Creates a newBuild
instance using the specified testResources.Build.withTestSourceDirectory
(String testSourceDirectory) Creates a newBuild
instance using the specified testSourceDirectory.Modifier and TypeMethodDescriptionstatic Build.Builder
Build.newBuilder
(Build from) Creates a newBuild
builder instance using the specified object as a basis.static Build.Builder
Build.newBuilder
(Build from, boolean forceCopy) Creates a newBuild
builder instance using the specified object as a basis.Creates a newModel
instance using the specified build.