1.

Name The 3 Build Lifecycle Of Maven?

Answer»

The three build lifecycles are:

  1. clean:cleans up ARTIFACTS created by PRIOR builds.
  2. DEFAULT (or build):This is used to build the application.
  3. site: GENERATES site documentation for the project.

The three build lifecycles are:



Discussion

No Comment Found