Table of Contents

Maven - Lifecycle

About

A Build Lifecycle is Made Up of Phases.

To call all phase, you only need to call the last build phase to be executed, deploy:

mvn deploy

If you call a build phase, it will execute not only that build phase, but also every build phase prior to the called build phase.

Default

Others

Documentation / Reference