1.

What is the purpose of Maven?

Answer»
  • To ease handling of the dependencies on the availability of a lot of dependencies
  • Updating the dependencies by choosing the CORRECT update version ID
  • Facilitating the process of building, integrating and TESTING of the program ALONG with handling it continuously
  • Compiling the source code, generating DOCUMENTS from it and packaging the COMPILED code.


Discussion

No Comment Found