Geting this error on: mvn package
It fails to build every time with the same error, I\'ve tried renaming the artifact, as well as changing dependencies for build in the
I am currently facing the same issue. However, providing the required parameter finalName, I can see that the .war file is well boot-ified. Please note that I still encounter the error message in both cases (with and without the finalName).
Here is the link to the issue I opened on the Spring Boot project: https://github.com/spring-projects/spring-boot/issues/2060