I use a very complex maven project and I would like to know what maven profiles are activated when I do mvn install.
mvn install
How to find this out?
You can simply check by using:
mvn help:active-profiles
this will help
for more details refer Maven Build profile
Enable the debug mode with
mvn -X install
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
133 times
active