MVN

org.technologybrewery : helm-maven-plugin

Maven & Gradle

Aug 03, 2023
0 stars

Helm Maven Plugin · A plugin for executing HELM (https://docs.helm.sh).

<plugin>
    <groupId>org.technologybrewery</groupId>
    <artifactId>helm-maven-plugin</artifactId>
    <version>6.9.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.technologybrewery : helm-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 6.9.1

All Versions

Choose a version of org.technologybrewery : helm-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
6.9.x
helm-maven-plugin-6.9.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>org.technologybrewery</groupId>
    <artifactId>helm-maven-plugin</artifactId>
    <version>6.9.1</version>
</plugin>

Advertisement