Skip to content

Commit a2cd1f0

Browse files
committed
Merge branch '3.3.x'
2 parents 61bdc91 + 8fbd14b commit a2cd1f0

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages

1 file changed

+1
-1
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/packaging.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The following configuration installs/deploys a single `task` classified artifact
168168
include::example$packaging/classified-artifact-pom.xml[tags=classified-artifact]
169169
----
170170

171-
As both the `maven-jar-plugin` and the `spring-boot-maven-plugin` runs at the same phase, it is important that the jar plugin is defined first (so that it runs before the repackage goal).
171+
As both the `maven-jar-plugin` and the `spring-boot-maven-plugin` run at the same phase, it is important that the jar plugin is defined first (so that it runs before the repackage goal).
172172
Again, if you are using `spring-boot-starter-parent`, this can be simplified as follows:
173173

174174
[source,xml,indent=0,subs="verbatim,attributes"]

0 commit comments

Comments
 (0)