{"id":15009246,"url":"https://github.com/fabric8io/fabric8-maven-plugin","last_synced_at":"2025-10-03T18:30:49.839Z","repository":{"id":6885980,"uuid":"55504627","full_name":"fabric8io/fabric8-maven-plugin","owner":"fabric8io","description":"📢 This project is migrated to 👉  https://github.com/eclipse/jkube","archived":true,"fork":false,"pushed_at":"2024-06-19T04:52:55.000Z","size":38503,"stargazers_count":334,"open_issues_count":41,"forks_count":202,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-01-16T09:38:40.541Z","etag":null,"topics":["docker","fabric8","java","kubernetes","maven","openshift"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabric8io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-05T12:05:45.000Z","updated_at":"2024-09-07T11:29:38.000Z","dependencies_parsed_at":"2024-06-19T12:04:17.609Z","dependency_job_id":"2aa85c4f-3c93-4c67-ab80-eaa94f8b0edf","html_url":"https://github.com/fabric8io/fabric8-maven-plugin","commit_stats":{"total_commits":1651,"total_committers":88,"mean_commits":"18.761363636363637","dds":0.7371290127195639,"last_synced_commit":"1311e43e9b63eccb60decca39d5436a3f8acb9bd"},"previous_names":[],"tags_count":567,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Ffabric8-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Ffabric8-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Ffabric8-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabric8io%2Ffabric8-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabric8io","download_url":"https://codeload.github.com/fabric8io/fabric8-maven-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173148,"owners_count":18947449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fabric8","java","kubernetes","maven","openshift"],"created_at":"2024-09-24T19:24:00.176Z","updated_at":"2025-10-03T18:30:48.683Z","avatar_url":"https://github.com/fabric8io.png","language":"Java","funding_links":[],"categories":["Configuration Management"],"sub_categories":[],"readme":"\n# Deprecation Note\n\n\u003e [!IMPORTANT]\n\u003e This project has been deprecated and is no longer under active development.\n\u003e \n\u003e Use [Eclipse JKube](https://github.com/eclipse-jkube/jkube) instead.\n\u003e\n\u003e This project has been rebranded to https://github.com/eclipse-jkube/jkube.\n\u003e\n\u003e The Fabric8 Maven Plugin is no longer supported.\n\u003e\n\u003e All new features and support can be requested in the [Eclipse JKube](https://github.com/eclipse-jkube/jkube) project.\n\n## fabric8-maven-plugin\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.fabric8/fabric8-maven-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.fabric8/fabric8-maven-plugin/)\n[![Circle CI](https://circleci.com/gh/fabric8io/fabric8-maven-plugin/tree/master.svg?style=shield)](https://circleci.com/gh/fabric8io/fabric8-maven-plugin/tree/master)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=io.fabric8%3Afabric8-maven-plugin-build\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=io.fabric8%3Afabric8-maven-plugin-build)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=io.fabric8%3Afabric8-maven-plugin-build\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=io.fabric8%3Afabric8-maven-plugin-build)\n[![Dependency Status](https://dependencyci.com/github/fabric8io/fabric8-maven-plugin/badge)](https://dependencyci.com/github/fabric8io/fabric8-maven-plugin)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://fabric8.io/\"\u003e\n  \t\u003cimg src=\"https://github.com/fabric8io/fabric8/blob/048693944325e1a609599fceeadfe987e9cc53f8/docs/images/cover/cover_small.png\" alt=\"fabric8 logo\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![Watch the full asciicast](doc/sample-demo.gif)](https://asciinema.org/a/211595)\n\n### Introduction\nThis Maven plugin is a one-stop-shop for building and deploying Java applications for Docker, Kubernetes and OpenShift. It brings your Java applications on to Kubernetes and OpenShift. It provides a tight integration into maven and benefits from the build configuration already provided. It focuses on three tasks:\n+ Building Docker images\n+ Creating OpenShift and Kubernetes resources\n+ Deploy application on Kubernetes and OpenShift\n\n### Usage\nTo enable fabric8 maven plugin on your project just add this to the plugins sections of your pom.xml:\n\n```\n      \u003cplugin\u003e\n        \u003cgroupId\u003eio.fabric8\u003c/groupId\u003e\n        \u003cartifactId\u003efabric8-maven-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e${fmp.version}\u003c/version\u003e\n      \u003c/plugin\u003e\n```\n\nWant to get started fast? Check out the [Blogpost for Getting Started with Fabric8 Maven Plugin](https://medium.com/@rohaan/using-fabric8-maven-plugin-to-handle-your-kubernetes-openshift-operations-b40f6d3ae63f).\n\nThe full documentation can be found in the [User Manual](http://maven.fabric8.io) [[PDF](https://fabric8io.github.io/fabric8-maven-plugin/fabric8-maven-plugin.pdf)]. It supports the following goals:\n\n| Goal                                          | Description                           |\n| --------------------------------------------- | ------------------------------------- |\n| [`fabric8:resource`](https://fabric8io.github.io/fabric8-maven-plugin/#fabric8:resource) | Create Kubernetes and OpenShift resource descriptors |\n| [`fabric8:build`](https://fabric8io.github.io/fabric8-maven-plugin/#fabric8:build) | Build Docker images |\n| [`fabric8:push`](https://fabric8io.github.io/fabric8-maven-plugin/#fabric8:push) | Push Docker images to a registry  |\n| [`fabric8:deploy`](https://fabric8io.github.io/fabric8-maven-plugin/#fabric8:deploy) | Deploy Kubernetes / OpenShift resource objects to a cluster  |\n| [`fabric8:watch`](https://fabric8io.github.io/fabric8-maven-plugin/#fabric8:watch) | Watch for doing rebuilds and restarts |\n\n### Features\n\n* Includes [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) for dealing with Docker images and hence inherits its flexible and powerful configuration.\n* Supports both Kubernetes and OpenShift descriptors\n* OpenShift Docker builds with a binary source (as an alternative to a direct image build against a Docker daemon)\n* Various configuration styles:\n  * **Zero Configuration** for a quick ramp-up where opinionated defaults will be pre-selected.\n  * **Inline Configuration** within the plugin configuration in an XML syntax.\n  * **External Configuration** templates of the real deployment descriptors which are enriched by the plugin.\n* Flexible customization:\n  * **Generators** analyze the Maven build and generated automatic Docker image configurations for certain systems (spring-boot, plain java, karaf ...)\n  * **Enrichers** extend the Kubernetes / OpenShift resource descriptors by extra information like SCM labels and can add default objects like Services.\n  * Generators and Enrichers can be individually configured and combined into *profiles*\n\n### OpenShift and Kubernetes Compatibility\n\n:heavy_check_mark: : Supported, all available features can be used\n\n:x: : Not supported at all\n\n:large_blue_circle: : Supported, but not all features can be used\n\n##### OpenShift\n\n| FMP          | Openshift 4.2.0     | Openshift 4.1.0     | OpenShift 3.11.0    | OpenShift 3.10.0    | OpenShift 3.9.0    | OpenShift 3.7.0    | OpenShift 3.6.0    |\n|--------------|---------------------|---------------------|---------------------|---------------------|--------------------|--------------------|--------------------|\n| FMP 4.4.2    | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.3.1    | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.3.0    | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.2.0    | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.1.0    | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.0.0    | :large_blue_circle: | :large_blue_circle: | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.0.0-M1 | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 4.0.0-M2 | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.42   | :x:                 | :x:                 | :x:                 | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.41   | :x:                 | :x:                 | :x:                 | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.40   | :x:                 | :x:                 | :x:                 | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.39   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.38   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.37   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.35   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.34   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.33   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.32   | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: |\n\n##### Kubernetes\n\n| FMP          | Kubernetes 1.15.3  | Kubernetes 1.14.2  | Kubernetes 1.12.0   | Kubernetes 1.11.0   | Kubernetes 1.10.0   | Kubernetes 1.9.0    | Kubernetes 1.8.0   | Kubernetes 1.7.0   | Kubernetes 1.6.0   | Kubernetes 1.5.1   | Kubernetes 1.4.0   |\n|--------------|--------------------|--------------------|---------------------|---------------------|---------------------|---------------------|--------------------|--------------------|--------------------|--------------------|--------------------|\n| FMP 4.4.2    | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.3.1    | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.3.0    | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.2.0    | :x:                | :heavy_check_mark: | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.1.0    | :x:                | :x:                | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.0.0    | :x:                | :x:                | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.0.0-M2 | :x:                | :x:                | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 4.0.0-M1 | :x:                | :x:                | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :heavy_check_mark:  | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x:                | :x:                |\n| FMP 3.5.42   | :x:                | :x:                | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.41   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.40   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :large_blue_circle: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.39   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.38   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.37   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.35   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.34   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.33   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n| FMP 3.5.32   | :x:                | :x:                | :x:                 | :x:                 | :x:                 | :x:                 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |\n\n### Documentation and Support\n\n* [User Manual](http://maven.fabric8.io) [[PDF](https://fabric8io.github.io/fabric8-maven-plugin/fabric8-maven-plugin.pdf)]\n* Examples are in the [samples](samples/) directory\n* Many [fabric8 Quickstarts](https://github.com/fabric8-quickstarts) use this plugin and are good showcases, too.\n* You'll find us in the [fabric8 community](http://fabric8.io/community/) and on IRC freenode in channel [#fabric8](https://webchat.freenode.net/?channels=fabric8) and we are happy to answer any questions.\n* Contributions are highly appreciated and encouraged. Please send us Pull Requests.\n\n### fabric8-maven-plugin 3 vs. 2\n\n\u003e This is a complete rewrite of the former fabric8-maven plugin. It does not share the same configuration syntax,\n\u003e but migration should be straight forward - please use the [fabric8:migrate goal from 2.x of the plugin](http://fabric8.io/guide/mavenFabric8Migrate.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabric8io%2Ffabric8-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabric8io%2Ffabric8-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabric8io%2Ffabric8-maven-plugin/lists"}