Uses of Class
org.apache.maven.model.Scm
-
Packages that use Scm Package Description org.apache.maven.model -
-
Uses of Scm in org.apache.maven.model
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.
-