0 votes
in Maven - Coalescing Pipeline by
How can a Maven Build Profile be activated?

1 Answer

0 votes
by

A Maven build profile may be activated in the following ways:

  • Explicitly using command console input.
  • Through Maven settings.
  • Based on environment variables.
  • OS Settings.
  • Present/missing files.
...