Commit 36722510 authored by Stephane Nicoll's avatar Stephane Nicoll

Clarify that only production resources are filtered by Maven

See gh-10088
parent 9b5e5f32
...@@ -187,6 +187,9 @@ Maven '`project properties`' via `@..@` placeholders, e.g. ...@@ -187,6 +187,9 @@ Maven '`project properties`' via `@..@` placeholders, e.g.
app.java.version=@java.version@ app.java.version=@java.version@
---- ----
NOTE: Only production configuration is filtered that way (i.e. no filtering is applied on
`src/test/resources`).
TIP: The `spring-boot:run` can add `src/main/resources` directly to the classpath 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 (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 the resource filtering and this feature. You can use the `exec:java` goal instead
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment