Package com.kiwigrid.helm.maven.plugin
Class DependencyBuildMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
-
- com.kiwigrid.helm.maven.plugin.DependencyBuildMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="dependency-build", defaultPhase=PREPARE_PACKAGE) public class DependencyBuildMojo extends AbstractHelmMojoMojo for building chart dependencies- Since:
- 1.1
- Author:
- Axel Köhler
-
-
Field Summary
-
Fields inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
skip
-
-
Constructor Summary
Constructors Constructor Description DependencyBuildMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
getAppVersion, getChartDirectory, getChartVersion, getExcludes, getHelmDownloadUrl, getHelmExecutableDirectory, getHelmExtraRepos, getHelmSecurity, getOutputDirectory, getRegistryConfig, getRepositoryCache, getRepositoryConfig, getSecDispatcher, getSettings, getUploadRepoSnapshot, getUploadRepoStable, isAutoDetectLocalHelmBinary, isUseLocalHelmBinary, setAppVersion, setAutoDetectLocalHelmBinary, setChartDirectory, setChartVersion, setExcludes, setHelmDownloadUrl, setHelmExecutableDirectory, setHelmExtraRepos, setHelmSecurity, setOutputDirectory, setRegistryConfig, setRepositoryCache, setRepositoryConfig, setUploadRepoSnapshot, setUploadRepoStable, setUseLocalHelmBinary
-
-