@Mojo(name="_skaffold-package-goals",
requiresDirectInvocation=true,
requiresDependencyCollection=COMPILE_PLUS_RUNTIME)
public class PackageGoalsMojo
extends org.apache.maven.plugin.AbstractMojo
It is intended to be used from the root project and only in multimodule situations:
./mvnw jib:_skaffold-package-goals -q -pl module [-Pprofile]
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.descriptor.PluginDescriptor |
descriptor |
| Constructor and Description |
|---|
PackageGoalsMojo() |
| 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