Running spring-boot-maven-plugin Goals

In trying to follow a tutorial, he highlighted a few of the other Goals in the Maven build.

Goals Overview

The Spring Boot Plugin has the following goals.

from : https://docs.spring.io/spring-boot/docs/current/maven-plugin/index.html

I couldn’t see any of these in the pom.xml file, and the Maven Views in STS didn’t show them either. So, I created my own Run Configurations and specified the Goal manually using the documentation for the exact name.

Untitled

Leave a comment