You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, bootRepackage renames the original jar to xxx.jar.original.
It would be better to follow Maven's convention to use a classifier for this, i.e. to rename the file to xxx-original.jar so that it follows Maven's classifier format.