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
Right now we have plugin artifactIds set to k8s-maven-plugin and oc-maven-plugin. We should rename it to kubernetes-maven-plugin since it would make it easier to get searched on maven central. But we should also preserve current plugin prefixes (k8s and oc). It's possible to do it as mentioned on this StackOverflow post.