0 votes
in Maven - Coalescing Pipeline by
Why is it said that “Maven uses convention over configuration”?

1 Answer

0 votes
by
  • Maven uses convention instead of configuration, due to the fact that the developers only need to create a Maven project. The rest of the structure is automatically created.
  • There are many conventions present in Maven for setting up a project, building the artifacts, releasing the code, and running unit tests.  
...