0 votes
in Maven - Coalescing Pipeline by
What are different types of Build Profiles?

1 Answer

0 votes
by

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

Related questions

+1 vote
asked Aug 6, 2020 in Maven - Coalescing Pipeline by Robindeniel
0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
...