Answer Posted / Km.kanchan
Activating a profile in Apache Maven can be done by including the `-P` option followed by the profile name when running the mvn command. For example, if you have a profile named 'myProfile', you would run: `mvn clean install -P myProfile`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers