Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can you activate profiles?
Home
Maven - Coalescing Pipeline
How can you activate profiles?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
How can you activate profiles?
#activate-profiles
maven-profiles
maven-activate-profiles
maven
maven-interview-questions
maven-mcq-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 7, 2021
by
SakshiSharma
A Maven Build Profile can be activated in the following ways -
Explicitly using command console input.
Through maven settings.
Based on environment variables (User/System variables).
OS Settings (for example, Windows family).
Present/missing files.
...