The answer is that you are using repackage
goal in your spring-boot-maven-plugin
.
So, What it does?
Maven first builds your project and packages your classes and resources into a WAR (${artifactId}.war)
file.
Then, repackaging happens. In this goal, all the dependencies mentioned in the pom.xml are packaged inside a new WAR (${artifactId}.war)
and the previously generated war is renamed to ${artifactId}.war.original
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…