maven打包报错You have to use a classifier to attach supplemental artifacts to the project instead of rep
生活随笔
收集整理的這篇文章主要介紹了
maven打包报错You have to use a classifier to attach supplemental artifacts to the project instead of rep
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
maven打包報錯You have to use a classifier to attach supplemental artifacts to the project instead of replacing them.
[WARNING]JAR will be empty - no content was marked for inclusion!15:51:40 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:3.1.1:jar (default-jar) on project whqtest: You have to use a classifier to attach supplemental artifacts to the project instead of replacing them. -> [Help 1]兩種情況
1.whqtest項目中沒有源碼(src/main目錄中),這種情況創(chuàng)建一個類就行了
2.所在目錄結構比較特殊,比如jenkins從windows遷移過來后,沒有修改為linux目錄結構,仍然是D:/xxx/xxx。
此種情況,git命令執(zhí)行正常,但maven識別有問題,會找不到,所以導致該錯誤。
總結
以上是生活随笔為你收集整理的maven打包报错You have to use a classifier to attach supplemental artifacts to the project instead of rep的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Latch up 闩锁效应
- 下一篇: python数据结构之栈