-
We are currently using the fabric8-maven-plugin. While migrating to the kubernetes-maven-plugin, we encountered different behavior in the assembly section. Specifically, with fabric8, it is possible to define filtered=true:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not built into the plugin as it was before. This question was asked before and I have a very old demo showcasing how to configure the project to achieve the same result: https://github.com/marcnuri-demo/eclipse-jkube-complex-assemblies The code is extremely outdated, but you should be able to use the same procedure in your project. |
Beta Was this translation helpful? Give feedback.
This is not built into the plugin as it was before.
The main reason is that in the past, this was leveraging Maven tooling to achieve the filtering.
Since now JKube provides Gradle, Maven, and standalone ways of processing, the feature was not directly integrated.
This question was asked before and I have a very old demo showcasing how to configure the project to achieve the same result:
https://github.com/marcnuri-demo/eclipse-jkube-complex-assemblies
The code is extremely outdated, but you should be able to use the same procedure in your project.