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
...