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

1 Answer

0 votes
by

There are three different types of build profiles:

  • Per Project - defined in pom.xml
  • Per - User - defined in Maven settings.xml
  • Global - defined in Maven global settings.xml
...