Uses of Class
org.apache.maven.model.Site
-
Packages that use Site Package Description org.apache.maven.model -
-
Uses of Site in org.apache.maven.model
Methods in org.apache.maven.model that return Site Modifier and Type Method Description Site
DistributionManagement. getSite()
Get information needed for deploying the web site of the project.Methods in org.apache.maven.model with parameters of type Site Modifier and Type Method Description void
DistributionManagement. setSite(Site site)
Set information needed for deploying the web site of the project.
-