Skip to content

Commit b210d06

Browse files
committed
Polish
1 parent 07bdfd6 commit b210d06

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ It also allows you to add an arbitrary number of additional properties, as shown
3535
----
3636

3737
This configuration will generate a `build-info.properties` at the expected location with four additional keys.
38-
Note that `maven.compiler.source` and `maven.compiler.target` are expected to be regular properties available in the project.
38+
39+
NOTE: `maven.compiler.source` and `maven.compiler.target` are expected to be regular properties available in the project.
3940
They will be interpolated as you would expect.
4041

4142
include::goals/build-info.adoc[leveloffset=+1]

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can take control over the name, as shown in the following example:
239239
</project>
240240
----
241241

242-
Note that this configuration does not provide an explicit tag so `latest` is used.
242+
NOTE: This configuration does not provide an explicit tag so `latest` is used.
243243
It is possible to specify a tag as well, either using `${project.version}`, any property available in the build or a hardcoded version.
244244

245245
The image name can be specified on the command line as well, as shown in this example:

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ For more details, see <<repackage-example-exclude-dependency,the dedicated examp
7777
Sometimes it is useful to include test dependencies when running the application.
7878
For example, if you want to run your application in a test mode that uses stub classes.
7979
If you wish to do this, you can set the `useTestClasspath` parameter to true.
80-
Note that this is only applied when you run an application: the `repackage` goal will not add test dependencies to the resulting JAR/WAR.
80+
81+
NOTE: This is only applied when you run an application: the `repackage` goal will not add test dependencies to the resulting JAR/WAR.
8182

8283
include::goals/run.adoc[leveloffset=+1]
8384

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This dependency management lets you omit `<version>` tags for those dependencies
1212
* Sensible plugin configuration (https://github.com/ktoso/maven-git-commit-id-plugin[Git commit ID], and https://maven.apache.org/plugins/maven-shade-plugin/[shade]).
1313
* Sensible resource filtering for `application.properties` and `application.yml` including profile-specific files (for example, `application-dev.properties` and `application-dev.yml`)
1414

15-
Note that, since the `application.properties` and `application.yml` files accept Spring style placeholders (`${...}`), the Maven filtering is changed to use `@..@` placeholders.
15+
NOTE: Since the `application.properties` and `application.yml` files accept Spring style placeholders (`${...}`), the Maven filtering is changed to use `@..@` placeholders.
1616
(You can override that by setting a Maven property called `resource.delimiter`.)
1717

1818

0 commit comments

Comments
 (0)