If You have created maven profiles in your pom.xml, you should be able to see the profiles in right side of Intellij Idea

If there will be multiple profile you can activate one by default
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Or for running specific profile we can select mvn install -Pbuild-profile