Tuesday, November 1, 2016

maven

What is Maven?

Maven is a project management and comprehension tool. Maven provides developers a complete build lifecycle framework. Development team can automate the project's build infrastructure in almost no time as Maven uses a standard directory layout and a default build lifecycle.
In case of multiple development teams environment, Maven can set-up the way to work as per standards in a very short time. As most of the project setups are simple and reusable, Maven makes life of developer easy while creating reports, checks, build and testing automation setups.
Maven provides developers ways to manage following:
  • Builds
  • Documentation
  • Reporting
  • Dependencies
  • SCMs
  • Releases
  • Distribution
  • mailing list

Do You Know ?
  • Difference between Ant and Maven
  • How to install Maven ?
  • Maven Repositories: Local, Server and Central
  • How to create Maven Example?
  • How to create Maven Web Application?
  • What is Project Object Model?
then given answer

No comments:

Post a Comment