Uses of Enum
org.apache.maven.plugins.deploy.DeployMojo.SkipMode
Packages that use DeployMojo.SkipMode
-
Uses of DeployMojo.SkipMode in org.apache.maven.plugins.deploy
Subclasses with type arguments of type DeployMojo.SkipMode in org.apache.maven.plugins.deployModifier and TypeClassDescription(package private) static enumRecognised values for theskipparameter.Methods in org.apache.maven.plugins.deploy that return DeployMojo.SkipModeModifier and TypeMethodDescription(package private) static DeployMojo.SkipModeDeployMojo.parseSkipMode(String skip, String propertyName) Parses theskipparameter into aDeployMojo.SkipMode, fail-closed: unrecognised values are refused rather than silently treated as "false" (which would deploy when the operator intended to suppress).static DeployMojo.SkipModeReturns the enum constant of this type with the specified name.static DeployMojo.SkipMode[]DeployMojo.SkipMode.values()Returns an array containing the constants of this enum type, in the order they are declared.