Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.0.2.RELEASE:repackage failed: Source must refer to an existing file

前端 未结 6 527
予麋鹿
予麋鹿 2020-12-23 16:32

This is my first project using Spring (and I\'m not too experienced with Maven either) and I get the error in the title when running mvn package.

This i

6条回答
  •  北海茫月
    2020-12-23 17:20

    Just adding my experience :

    After none of the suggested solutions worked. I figured out there was some issue with the downloaded spring-boot-maven-plugin in the .m2 folder. Deleting the plugin and allowing the "mvn clean install" to re-download and build worked.

提交回复
热议问题