From c086a6a7ff02c2e1b67fd80fd530efb20233de6f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2015 10:36:11 +0200 Subject: [PATCH] Polish doc --- .../src/main/asciidoc/production-ready-features.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index ce9b61d0e3..b1823b13b5 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -363,9 +363,10 @@ Maven '`project properties`' via `@..@` placeholders, e.g. info.build.version=@project.version@ ---- -TIP: The `spring-boot:run` maven goal adds `src/main/resources` directly to the classpath -(for hot reloading purposes). This circumvents the resource filtering and this feature. -You can use the `exec:java` goal instead or customize the plugin's configuration, see the +TIP: The `spring-boot:run` can add `src/main/resources` directly to the classpath +(for hot reloading purposes) if you enable the `addResources` flag. This circumvents +the resource filtering and this feature. You can use the `exec:java` goal instead +or customize the plugin's configuration, see the {spring-boot-maven-plugin-site}/usage.html[plugin usage page] for more details. If you don't use the starter parent, in your `pom.xml` you need (inside the ``