I have written a small custom maven plugin, and it runs fine.. most of the time.
When using it, it\'s configured to run on test phase, and I see it executing, no proble
Specifying a version for plugin spring-boot-maven-plugin fixed the issue for me as well. Here is what I changed:
org.springframework.boot spring-boot-maven-plugin 1.5.16.RELEASE