public class MojoCommon extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUIRED_VERSION_PROPERTY_NAME
Describes a minimum required version or version range for Jib.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkJibVersion(org.apache.maven.plugin.descriptor.PluginDescriptor descriptor)
Check that the actual version satisfies required Jib version range when specified.
|
public static final String REQUIRED_VERSION_PROPERTY_NAME
public static void checkJibVersion(org.apache.maven.plugin.descriptor.PluginDescriptor descriptor)
throws org.apache.maven.plugin.MojoExecutionException
null, which should only occur during debug.descriptor - the plugin versionorg.apache.maven.plugin.MojoExecutionException - if the version is not acceptableCopyright © 2019. All rights reserved.