Skip to content

Commit 7f6a0f6

Browse files
committed
Polish "Omit the version in the Maven Resources plugin example"
See gh-943
1 parent 4e7b36b commit 7f6a0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The following listings show how to do so in both Maven and Gradle:
171171
----
172172
<1> The existing declaration for the Asciidoctor plugin.
173173
<2> The resource plugin must be declared after the Asciidoctor plugin as they are bound to the same phase (`prepare-package`) and the resource plugin must run after the Asciidoctor plugin to ensure that the documentation is generated before it's copied.
174+
If you are not using Spring Boot and its plugin management, declare the plugin with an appropriate `<version>`.
174175
<3> Copy the generated documentation into the build output's `static/docs` directory, from where it will be included in the jar file.
175176

176177
[source,indent=0,role="secondary"]

0 commit comments

Comments
 (0)