spring-boot-maven-plugin:repackage has this output (in 2.7.5) :
[INFO]
[INFO] --- spring-boot-maven-plugin:2.7.5:repackage (repackage) @ tracker-service-app ---
[INFO] Replacing main artifact with repackaged archive
That's not too informative, since a build may end up with multiple jars, and it's not clear which one did Spring alter:
original-tracker-service-app-1.0-SNAPSHOT.jar
tracker-service-app-1.0-SNAPSHOT.jar
tracker-service-app-1.0-SNAPSHOT.jar.original
So please rather print something like:
[INFO] Replacing main artifact: tracker-service-app-1.0-SNAPSHOT.jar
[INFO] with repackaged archive, with dependencies in BOOT-INF/.
[INFO] The original artifact is renamed to: tracker-service-app-1.0-SNAPSHOT-beforeSpringRepackage.jar
Comment From: mhalbritter
Closing in favor of #33350.