micronaut-maven-plugin
micronaut-maven-plugin copied to clipboard
Add `jkube-k8s` and `jkube-oc` packagings to support JKube's Kubernetes and OpenShift integrations
In order to support JKube's kubernetes-maven-plugin
and openshift-maven-plugin
, this plugin could add 2 additional packaging types:
-
jkube-k8s
: delegates tok8s:build
for packaging andk8s:push
for deployment. -
jkube-oc
: delegates tooc:build
for packaging andoc:push
for deployment.
That way, users could benefit from the extra features that JKube offers, such as Kubernetes manifest generation, log access, etc.