问题:
maven install报错:The packaging for this project did not assign a file to the build artifact
解决方案:
方案1:
使用mvn clean install 就可以解决问题,
方案2:
找到lifecycle点clean再点install,不需要用mvn install:install。
本Bug到此为止,下个见......
问题:
maven install报错:The packaging for this project did not assign a file to the build artifact
解决方案:
方案1:
使用mvn clean install 就可以解决问题,
方案2:
找到lifecycle点clean再点install,不需要用mvn install:install。
本Bug到此为止,下个见......