Google News
logo
Java Maven - Interview Questions
How can you activate profiles?
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.
Advertisement