+1 vote
in Maven - Coalescing Pipeline by
List down the types of Maven Build profiles.

1 Answer

0 votes
by
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.
...