altDeploymentRepository和altReleaseDeploymentRepository之间的区别

altDeploymentRepository和altReleaseDeploymentRepository之间的区别,第1张

altDeploymentRepository和altReleaseDeploymentRepository之间的区别

altReleaseDeploymentRepository
指定,它总是使用时,该项目具有释放(或“最终”)版本,即是不是一个快照版本。当
altSnapshotDeploymentRepository
指定,当该项目具有快照版本,它总是使用。
altDeploymentRepository
当没有指定或使用以上任何存储库时,它是默认的备用部署存储库。

换句话说,如果您有发行版本,则:

  • altReleaseDeploymentRepository
    如果指定将被使用;
  • 否则,
    altDeploymentRepository
    将在指定的情况下使用;
  • 否则,
    <distributionManagement><repository>
    如果指定,将使用POM元素中声明的发布远程存储库;
  • 否则,该插件将出错,因为它找不到要部署到的任何远程存储库。

同样,如果您具有快照版本,则:

  • altSnapshotDeploymentRepository
    如果指定将被使用;
  • 否则,
    altDeploymentRepository
    将在指定的情况下使用;
  • 否则,
    <distributionManagement><snapshotRepository>
    如果指定,将使用POM元素中声明的快照远程存储库;
  • 否则,
    <distributionManagement><repository>
    如果指定,将使用POM元素中声明的发布远程存储库;
  • 否则,该插件将出错,因为它找不到要部署到的任何远程存储库。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5506950.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-13
下一篇 2022-12-13

发表评论

登录后才能评论

评论列表(0条)

保存