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

Related questions

0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
0 votes
asked Sep 1, 2023 in Maven - Coalescing Pipeline by JackTerrance
...