This is my first project using Spring (and I\'m not too experienced with Maven either) and I get the error in the title when running mvn package.
mvn package
This i
Just adding my experience :
After none of the suggested solutions worked. I figured out there was some issue with the downloaded spring-boot-maven-plugin in the .m2 folder. Deleting the plugin and allowing the "mvn clean install" to re-download and build worked.