Uses of Class
org.apache.maven.model.Build
-
Packages that use Build Package Description org.apache.maven.model -
-
Uses of Build in org.apache.maven.model
Methods in org.apache.maven.model that return Build Modifier and Type Method Description Build
Model. getBuild()
Get information required to build the project.Methods in org.apache.maven.model with parameters of type Build Modifier and Type Method Description void
Model. setBuild(Build build)
Set information required to build the project.
-