mvn package fails with Required Artifact Missing even though it exists in my Remote Repository

后端 未结 3 1458
借酒劲吻你
借酒劲吻你 2021-01-19 02:50

I\'m trying to run mvn clean package on my Maven project and it fails with the message:

\"required artifact is missing\" for the artifact net.ezswit

3条回答
  •  独厮守ぢ
    2021-01-19 03:17

    If you haven't already, could you please try:

    mvn -U clean package
    

    In addition updating all snapshot versions, in case they have been newly deployed to the repository since Maven's once a day snapshot check, this will also force Maven to update its other cached repo resolutions, such as 404's.

提交回复
热议问题