+1 vote
in Maven - Coalescing Pipeline by
What do you mean by Build profiles in Maven?

1 Answer

0 votes
by

Build profile is a collection of configurations that helps to place a value or overrule the default values required for the build process in Maven.

We can design the build process for various environments like development, testing, and production. Profiles are described in the pom files with the help of <profiles> and is usually used to point to different environments.

Related questions

0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
0 votes
asked Jul 23, 2020 in Maven - Coalescing Pipeline by rajeshsharma
...