This repository has been archived by the owner. It is now read-only.
Permalink
Switch branches/tags
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (9 sloc) 737 Bytes

Fabric8 Maven Plugin

The fabric8 maven plugin makes it easy to work with Docker and Kubernetes or OpenShift from inside your existing Maven project.

### Version 3.x

If you are starting a new project we highly recommend using the new 3.x version of the fabric8-maven-plugin which has the following features:

  • much simpler to use!
  • can detect most common Java apps and just do the right thing OOTB
  • configure via maven XML or by writing optional partial kubernetes YAML files in src/main/fabric8
  • pluggable generators and enrichers for different kinds of apps (e.g. to auto detect Spring Boot, executable jars, WARs, Karaf etc).

See the fabric8 maven plugin 3.x documentation for more details!