1.

“Maven uses convention over configuration” - Why is it so?

Answer»
  • Because developers SIMPLY need to establish a Maven project while employing convention,  Maven uses convention over configuration. The rest of the STRUCTURE is generated automatically. In the CASE of configuration, build processes are to be created manually.
  • For SETTING up a project, creating artifacts, releasing code, and running unit tests, Maven has a number of CONVENTIONS.


Discussion

No Comment Found