META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helm-maven-plugin Show documentation
Show all versions of helm-maven-plugin Show documentation
A plugin for executing HELM (https://docs.helm.sh).
The newest version!
<component-set> <components> <component> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role-hint>helm</role-hint> <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation> <configuration> <lifecycles> <lifecycle> <id>default</id> <phases> <initialize>org.technologybrewery:helm-maven-plugin:init</initialize> <process-resources>org.technologybrewery:helm-maven-plugin:dependency-build</process-resources> <test>org.technologybrewery:helm-maven-plugin:lint</test> <package>org.technologybrewery:helm-maven-plugin:package</package> <deploy> org.apache.maven.plugins:maven-deploy-plugin:deploy, org.technologybrewery:helm-maven-plugin:upload </deploy> <install>org.apache.maven.plugins:maven-install-plugin:install</install> </phases> </lifecycle> </lifecycles> </configuration> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy