Uses of Class
org.apache.maven.model.Site
-
Packages that use Site Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of Site in org.apache.maven.model
Methods in org.apache.maven.model that return Site Modifier and Type Method Description SiteDistributionManagement. 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 voidDistributionManagement. setSite(Site site)Set information needed for deploying the web site of the project. -
Uses of Site in org.apache.maven.project
Methods in org.apache.maven.project that return Site Modifier and Type Method Description static SiteModelUtils. cloneSite(Site src)Methods in org.apache.maven.project with parameters of type Site Modifier and Type Method Description static SiteModelUtils. cloneSite(Site src)
-