I am looking for working example of Spring Boot maven application without reference to spring-boot-starter-parent as a parent pom.
I found some words about that in Spring Boot Docs - http://docs.spring.io/spring-boot/docs/1.0.1.RELEASE/reference/htmlsingle/#using-boot-maven-your-own-parent but I still have problem with pluginManagement. Should I copy&paste all the pluginManagement section from spring-boot-starter-parent and spring-boot-dependencies?