Uses of Class
org.apache.maven.plugins.deploy.DeployMojo.SkipMode
-
Packages that use DeployMojo.SkipMode Package Description org.apache.maven.plugins.deploy -
-
Uses of DeployMojo.SkipMode in org.apache.maven.plugins.deploy
Methods in org.apache.maven.plugins.deploy that return DeployMojo.SkipMode Modifier and Type Method Description (package private) static DeployMojo.SkipModeDeployMojo. parseSkipMode(java.lang.String skip, java.lang.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.SkipModeDeployMojo.SkipMode. valueOf(java.lang.String name)Returns 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.
-