1、deploy命令:将当前jar不是到本地仓库中 :clean deploy -Dmaven.test.skip=true

<distributionManagement>
        <repository>
            <id>localRepository</id>
            <url>file:D:/Workspace/Repository</url>
        </repository>
    </distributionManagement>

 

相关文章:

  • 2021-12-25
  • 2021-12-08
  • 2022-01-28
  • 2022-01-17
  • 2021-12-07
猜你喜欢
  • 2022-12-23
  • 2021-08-02
  • 2021-05-21
  • 2021-11-08
  • 2021-05-15
  • 2022-02-04
  • 2021-06-30
相关资源
相似解决方案