Uses of Class
org.apache.maven.model.BuildBase
-
Packages that use BuildBase Package Description org.apache.maven.model org.apache.maven.project org.apache.maven.project.overlay -
-
Uses of BuildBase in org.apache.maven.model
Subclasses of BuildBase in org.apache.maven.model Modifier and Type Class Description classBuildThe<build>element contains informations required to build the project.Methods in org.apache.maven.model that return BuildBase Modifier and Type Method Description BuildBaseProfile. getBuild()Get information required to build the project.Methods in org.apache.maven.model with parameters of type BuildBase Modifier and Type Method Description voidProfile. setBuild(BuildBase build)Set information required to build the project. -
Uses of BuildBase in org.apache.maven.project
Methods in org.apache.maven.project with parameters of type BuildBase Modifier and Type Method Description static voidModelUtils. cloneBuildBaseFields(BuildBase src, BuildBase result) -
Uses of BuildBase in org.apache.maven.project.overlay
Subclasses of BuildBase in org.apache.maven.project.overlay Modifier and Type Class Description classBuildOverlay
-