From 9d5c371cf11264c98b3d8ae5d12c24c725636a76 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 20 Jun 2014 12:48:55 +0100 Subject: [PATCH] Clarify Maven plugin usage --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 9be0f0510a..8a9d83f4c9 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -125,8 +125,9 @@ section if you want to use it: ---- -NOTE: You only need to add the plugin, there is no need for to configure it unless you -want to change the settings defined in the parent. +NOTE: If you use the Spring Boot starter parent pom, you only need to +add the plugin, there is no need for to configure it unless you want +to change the settings defined in the parent.