Uses of Class
org.apache.maven.model.Parent
-
Packages that use Parent Package Description org.apache.maven.model -
-
Uses of Parent in org.apache.maven.model
Methods in org.apache.maven.model that return Parent Modifier and Type Method Description Parent
Model. getParent()
Get the location of the parent project, if one exists.Methods in org.apache.maven.model with parameters of type Parent Modifier and Type Method Description void
Model. setParent(Parent parent)
Set the location of the parent project, if one exists.
-