I am trying to build a springboot project I built with Spring Tools Suite. I get the following error when I execute $mvn spring-boot:run
$mvn spring-boot:run
Downlo
Instead of using the full plugin name (with groupId) like described in Bartosz's answer, you could add
org.springframework.boot
to your .m2/settings.xml.