ControlTier > elements
 

MavenZip

Overview

Zip archive of Maven

Intent

Automates the maven installation using the maven zip distribution.

Problem

Automating the build is only useful once the environment is setup, this module automates the maven installation which is a frequently a prerequisite and one-time installation requirement. This package module, when used as a dependency of a MavenBuilder deployment, will ensure that Maven is installed. Addressess following issues:

  • Automates the maven package installation necessary for Continuous Integration when maven is needed.
  • Can be used for any maven environment in order to bootstrap a build process

See Also