Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the maven build lifecycle?



What is the maven build lifecycle?..

Answer / Rishi Kant Misra

The Maven build lifecycle is a collection of phases that define the order in which tasks are executed during the build process. The default lifecycle consists of 15 phases, starting with `validate`, followed by `compile`, `test`, and ending with `finalize`. Each phase can have associated goals, which can be executed individually.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

Give the command for installation of the jar file in a local repository.

1 Answers  


How to tackle duplicate classes in maven build?

1 Answers  


Define archetype.

1 Answers  


Explain the difference between maven build and maven install?

1 Answers  


What phases does a clean lifecycle consist of?

1 Answers  


Tell me the command to install jar file in local repository.

1 Answers  


What is maven lifecycle?

1 Answers  


what is POM?

1 Answers  


What are the methods for constructing an uber jar?

1 Answers  


What are the different types of profile in maven? Where will you define these profiles?

1 Answers  


How do you resolve maven dependencies issue while upgrading dependencies versions?

1 Answers  


Where do you find the class files when you compile a Maven project?

1 Answers  


Categories