Class KnownScms
- java.lang.Object
-
- zone.gryphon.maven.plugins.scm.util.KnownScms
-
public final class KnownScms extends Object
Constants for supported SCM implementations
-
-
Constructor Summary
Constructors Constructor Description KnownScms()
-
-
-
Field Detail
-
NONE
public static final String NONE
Meta-value indicating no SCM implementation.- See Also:
- Constant Field Values
-
AUTO
public static final String AUTO
Meta-value indicating SCM implementation should be automatically determined.- See Also:
- Constant Field Values
-
GIT
public static final String GIT
git
SCM implementation- See Also:
- Constant Field Values
-
-