kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Third-party plugins ignored on <packaging>helm</packaging> and <extensions>true</extensions>

nazarovkv opened this issue · comments

BUG REPORT:

Environment (plugin version, maven version, OS, ...):
Plugin version <6.3.0

What happened:
When <packaging>helm</packaging> + <extensions>true</extensions> are used - plugins configured to run during initialize maven phase are ignored.

What you expected to happen:
Plugins that are supposed to run at initialize(or any other) maven phase run as well even if <packaging>helm</packaging> + <extensions>true</extensions>.

How to reproduce it (as minimally and precisely as possible):
Artifact coordinates:

TDF

Helm Maven Plugin configuration:

TDF

Third-party plugin configuration:

TDF