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