I\'m trying to set an active profile in Spring Boot application using Maven 3. In my pom.xml I set default active profile and property spring.pr
You should use the Spring Boot Maven Plugin:
... ... ... org.springframework.boot spring-boot-maven-plugin 1.5.1.RELEASE foo bar ... ... ... ...