Login
Remember
Register
Ask a Question
What are different types of Build Profiles?
0
votes
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
What are different types of Build Profiles?
#build-profile
maven-build-profile
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 7, 2021
by
SakshiSharma
Build profiles are of three types -
Per Project - Defined in the project pom.xml file.
Per-User - Defined in Maven settings XML file
Global -Defined in Maven global settings xml file
...