Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the difference between Convention and Configuration in Maven?
Home
Maven - Coalescing Pipeline
What is the difference between Convention and Configuration in Maven?
0
votes
asked
Sep 1, 2023
in
Maven - Coalescing Pipeline
by
JackTerrance
What is the difference between Convention and Configuration in Maven?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 1, 2023
by
JackTerrance
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.
...