Uses of Class
org.apache.maven.model.Site
-
Packages that use Site Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Site in org.apache.maven.model
Fields in org.apache.maven.model declared as Site Modifier and Type Field Description private SiteDistributionManagement. siteInformation needed for deploying the web site of the project.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.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Site Modifier and Type Method Description private SiteMavenXpp3Reader. parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseSite.Methods in org.apache.maven.model.io.xpp3 with parameters of type Site Modifier and Type Method Description private voidMavenXpp3Writer. writeSite(Site site, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeSite. -
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)
-