public abstract class AbstractHelmMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
mavenProject
The maven project
|
protected org.apache.maven.project.MavenProjectHelper |
mavenProjectHelper |
protected org.apache.maven.settings.Settings |
settings
The current user system settings for use in Maven.
|
protected boolean |
skip
Set this to
true to skip all goals. |
| Constructor and Description |
|---|
AbstractHelmMojo() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getHelmExecutableDirectory() |
String |
getHelmVersion() |
Path |
getOutputDirectory() |
boolean |
isPlainHttp(Boolean mojoPlainHttp) |
getLog, getPluginContext, setLog, setPluginContext@Component protected org.apache.maven.project.MavenProjectHelper mavenProjectHelper
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
protected org.apache.maven.project.MavenProject mavenProject
@Parameter(property="helm.skip",
defaultValue="false")
protected boolean skip
true to skip all goals.@Parameter(defaultValue="${settings}",
readonly=true)
protected org.apache.maven.settings.Settings settings
public String getHelmVersion() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic boolean isPlainHttp(Boolean mojoPlainHttp)
public Path getOutputDirectory()
public Path getHelmExecutableDirectory()
Copyright © 2017–2023 Kokuwa.io. All rights reserved.