You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, both Maven plugins (Openshift + Kubernetes) are just ports of Fabric8 Maven Plugin (FMP) with different names.
FMP provides functionality for both cluster brands. AS KMP is just a port of FMP, we can still see traces of OpenShift specifics in the codebase (e.g. s2i, openshiftPullSecret, openshiftDeployTimeoutSeconds...)
All of these properties and configurations should be moved to the appropriate plugin.
Tasks:
Modify affected Mojos
Update plugin documentation to reflect new state + flags
Change jkube-website to generate documentation for both plugins using the configurable kubernetes-maven-plugin-doc
Description
As of now, both Maven plugins (Openshift + Kubernetes) are just ports of Fabric8 Maven Plugin (FMP) with different names.
FMP provides functionality for both cluster brands. AS KMP is just a port of FMP, we can still see traces of OpenShift specifics in the codebase (e.g. s2i, openshiftPullSecret, openshiftDeployTimeoutSeconds...)
All of these properties and configurations should be moved to the appropriate plugin.
Tasks:
kubernetes-maven-plugin-doc
Relates to:
The text was updated successfully, but these errors were encountered: