Merge branch '3.3.x'

This commit is contained in:
Stéphane Nicoll 2024-12-28 10:27:12 +01:00
commit a2cd1f0040
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ The following configuration installs/deploys a single `task` classified artifact
include::example$packaging/classified-artifact-pom.xml[tags=classified-artifact]
----
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).
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).
Again, if you are using `spring-boot-starter-parent`, this can be simplified as follows:
[source,xml,indent=0,subs="verbatim,attributes"]