@Mojo(name="exportDockerContext",
requiresDependencyResolution=RUNTIME_PLUS_SYSTEM)
public class DockerContextMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Class and Description |
|---|---|
static class |
JibPluginConfiguration.AuthConfiguration
Used to configure
from.auth and to.auth parameters. |
static class |
JibPluginConfiguration.ContainerParameters
Configuration for
container parameter. |
static class |
JibPluginConfiguration.FromConfiguration
Configuration for
from parameter, where image by default is gcr.io/distroless/java. |
static class |
JibPluginConfiguration.ToConfiguration
Configuration for
to parameter, where image is required. |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.settings.crypto.SettingsDecrypter |
settingsDecrypter |
| Constructor and Description |
|---|
DockerContextMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Nullable @Component protected org.apache.maven.settings.crypto.SettingsDecrypter settingsDecrypter
Copyright © 2018. All rights reserved.