From 93ac6455d377b8dbe6c80376c22d9929610cc0ee Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 7 Sep 2021 16:57:56 +0100 Subject: [PATCH] Document that starter parent enables compilation with -parameters Closes gh-27762 --- .../spring-boot-maven-plugin/src/docs/asciidoc/using.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc index 330a076d8ba..597ddb190fc 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc @@ -5,6 +5,7 @@ The parent project provides the following features: * Java 1.8 as the default compiler level. * UTF-8 source encoding. +* Compilation with `-parameters`. * A dependency management section, inherited from the `spring-boot-dependencies` POM, that manages the versions of common dependencies. This dependency management lets you omit `` tags for those dependencies when used in your own POM. * An execution of the <> with a `repackage` execution id.