...

/

More on Lifecycles

More on Lifecycles

This lesson continues the discussion on other Maven life-cycles, i.e., default and site.

We'll cover the following...

In this lesson, we’ll examine the other two Maven life-cycles namely:

  1. Default
  2. Site

We worked with the clean life-cycle as it consists of only three phases and is easier to understand. All the life-cycles are defined in the online reference. We’ll explain the Default Lifecycle as it is the most commonly used. It consists of the following phases:

  1. validate
  2. initialize
...