Login
Remember
Register
Ask a Question
How To Activate Maven Build Profile?
0
votes
asked
Nov 12, 2019
in
DevOps
by
Robindeniel
How To Activate Maven Build Profile?
maven-profile
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 12, 2019
by
rajeshsharma
A Maven Build Profile can be activated in following ways
Using command line console input.
By using Maven settings.
Based on environment variables (User/System variables).
...