I have three profiles defined in my pom.xml:
ABC
Go to
Properties-->Maven-->Active Maven Profiles
and type in only the profile name that you want to run.
If you want to run your ABC profile type in ABC in the Active Maven Profile input box.
The description(seperated by commas) given there is a bit confusing.
Once you define your profile name or id in the input box. You can clean and run your project on your server. By doing so your mentioned active maven profile will be run.