0 votes
in Maven - Coalescing Pipeline by
What is the difference between Convention and Configuration in Maven?

1 Answer

0 votes
by

Convention 

Configuration

  • The convention is when the developers are not required to create the build processes.
  • The users do not have to specify the configuration in detail, and once the project is created it will automatically create a structure.
  • The configuration is when developers are supposed to create the build processes manually.
  • They must specify every configuration in detail.

Related questions

0 votes
asked Aug 19, 2023 in Maven - Coalescing Pipeline by GeorgeBell
0 votes
asked Aug 30, 2023 in Maven - Coalescing Pipeline by JackTerrance
...