Login
Remember
Register
Ask a Question
List down the types of Maven Build profiles.
+1
vote
asked
Aug 6, 2020
in
Maven - Coalescing Pipeline
by
Robindeniel
List down the types of Maven Build profiles.
#maven-build-profiles-types
#build-profiles-types-maven
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 7, 2020
by
SakshiSharma
The types of Maven Build profiles are listed below:
Per-User: This is described in Maven settings.xml file.
Per Project: This is described in pom.xml of the project.
Global: This is described in the global Maven settings.xml file.
...