Maven: The packaging for this project did not assign a file to the build artifact

前端 未结 8 1567
误落风尘
误落风尘 2020-11-30 18:25

I\'m using Maven 3.0.3 on Mac 10.6.6. I have a JAR project and when I run the command \"mvn clean install:install\", I\'m getting the error,

[ERROR] Failed         


        
8条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 19:04

    you must clear the target file such as in jar and others In C: drive your folder at .m2 see the location where it install and delete the .jar file,Snaphot file and delete target files then clean the application you found it will be run

提交回复
热议问题