bekkopen / Continuous-Delivery-example

Example Java web-app infrastructure for Continuous Delivery
13 stars 6 forks source link

Example Java webapp infrastructure for Continuous Delivery

This is an example of a Java webapp project which supports techniques for continuous delivery.

Core concepts are:

Content:

Preconditions:

Usage:

Releasing:

Skipping targets:

The following options are available to skip certain targets:

  • -DskipTests (skip all tests)
  • -Dintegration=false (skip all integration tests)
  • -DskipAssembly (skip war packaging, appassembler and zip assembly)