MVN

com.kbakhtiari : helm-maven-plugin

Maven & Gradle

Jan 11, 2021

A plugin for executing HELM (https://docs.helm.sh). HELM itself will be downloaded during build or local binary can be provided.

<plugin>
    <groupId>com.kbakhtiari</groupId>
    <artifactId>helm-maven-plugin</artifactId>
    <version>0.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kbakhtiari : helm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.kbakhtiari : helm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
helm-maven-plugin-0.0.3
helm-maven-plugin-0.0.2
helm-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.kbakhtiari</groupId>
    <artifactId>helm-maven-plugin</artifactId>
    <version>0.0.3</version>
</plugin>

Advertisement