@Mojo(name="_skaffold-files-v2",
requiresDependencyCollection=COMPILE_PLUS_RUNTIME,
aggregator=true)
public class FilesMojoV2
extends org.apache.maven.plugin.AbstractMojo
Expected use: "./mvnw jib:_skaffold-files-v2 -q" or "./mvnw jib:_skaffold-files-v2 -pl module -am -q"
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.descriptor.PluginDescriptor |
descriptor |
| Constructor and Description |
|---|
FilesMojoV2() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkJibVersion() |
void |
execute() |
@Nullable
@Parameter(defaultValue="${plugin}",
readonly=true)
protected org.apache.maven.plugin.descriptor.PluginDescriptor descriptor
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void checkJibVersion()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException