Login
Remember
Register
Ask a Question
Why is it said that “Maven uses convention over configuration”?
0
votes
asked
Sep 1, 2023
in
Maven - Coalescing Pipeline
by
JackTerrance
Why is it said that “Maven uses convention over configuration”?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 1, 2023
by
JackTerrance
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.
...