0 votes
in Maven - Coalescing Pipeline by
How can you activate profiles?

1 Answer

0 votes
by

A Maven Build Profile can be activated in the following ways -

  1. Explicitly using command console input.
  2. Through maven settings.
  3. Based on environment variables (User/System variables).
  4. OS Settings (for example, Windows family).
  5. Present/missing files.

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
...