Uses of Class
org.apache.maven.model.Scm
-
Packages that use Scm Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Scm in org.apache.maven.model
Fields in org.apache.maven.model declared as Scm Modifier and Type Field Description private Scm
Model. scm
Specification for the SCM used by the project, such as CVS, Subversion, etc.Methods in org.apache.maven.model that return Scm Modifier and Type Method Description Scm
Model. getScm()
Get specification for the SCM used by the project, such as CVS, Subversion, etc.Methods in org.apache.maven.model with parameters of type Scm Modifier and Type Method Description void
Model. setScm(Scm scm)
Set specification for the SCM used by the project, such as CVS, Subversion, etc. -
Uses of Scm in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Scm Modifier and Type Method Description private Scm
MavenXpp3Reader. parseScm(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseScm.Methods in org.apache.maven.model.io.xpp3 with parameters of type Scm Modifier and Type Method Description private void
MavenXpp3Writer. writeScm(Scm scm, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeScm. -
Uses of Scm in org.apache.maven.project
Methods in org.apache.maven.project that return Scm Modifier and Type Method Description static Scm
ModelUtils. cloneScm(Scm src)
Scm
MavenProject. getScm()
Methods in org.apache.maven.project with parameters of type Scm Modifier and Type Method Description static Scm
ModelUtils. cloneScm(Scm src)
void
MavenProject. setScm(Scm scm)
-