You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-package-maven-plugin
Phillip Webb 1bec676ca1 Add 'run' goal to spring-package-maven-plugin
Add a 'run' goal that allows maven to run a bootstrap packaged
application in-place. Similar to the maven-exec-plugin but also
adds src/main/resources to the classpath, allowing 'instant refresh'
for web developers.

Issue: #53592789
12 years ago
..
src Add 'run' goal to spring-package-maven-plugin 12 years ago
README.md Start to breakup README.md documentation 12 years ago
pom.xml Add 'run' goal to spring-package-maven-plugin 12 years ago

README.md

Spring Package Maven Plugin