日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Good practice release jar to Nexus

系統 2092 0

Step?

suppose you need to develop a feature,when you finish the feature ,you need to release the jar to Nexus,and other projects will depend on your jar file.

  1. ?cut a feature branch based on your develop branch, when you finish the feature,you need to run the UT
  2. ?push your changes to feature branch, pull the code both on feature branch and develop branch. merge the develop branch code to your feature branch. mvn clean install passed
  3. merge the feature branch to develop branch. ?mvn clean install passed?
  4. cut a release branch base on develop branch, like release-3.0.0
  5. pull the code and change the pom version to 3.0.0
  6. add the <distributionManagement> configuration into pom.xml on ?your project. add the <servers> configuration to your setting.xml if miss
  7. push the code and mvn deploy
  8. add a tag on release branch.
  9. Check the jar on Nexus? http://nexus.com/nexus/index.html

reference

distributionManagement:

<distributionManagement>
<!--This element is for releasing to nexus.?
The id element should match id in settings.xml file (xpath servers/server/id) which defines authentication credentials -->
<repository>
<id>release</id>
<name>releases</name>
<url> http://nexus.com/nexus/content/repositories/releases </url>
</repository>
<!-- Publish snapshots here -->
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>snapshots</id>
<name>snapshots</name>
<url> http://nexus.com/nexus/content/repositories/snapshots </url>
</snapshotRepository>
</distributionManagement>

servers:

<servers>
<server>?
<id>release</id>?
<username>xxxx</username>?
<password>xxxxx</password>?
</server>
<server>?
<id>snapshots</id>?
<username>xxxx</username>?
<password>xxxx</password>?
</server>
</servers>

Good practice release jar to Nexus


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 江西省| 永善县| 滨海县| 合作市| 安庆市| 克山县| 和硕县| 玉门市| 叶城县| 宕昌县| 象州县| 达日县| 自贡市| 行唐县| 易门县| 杨浦区| 平昌县| 太仓市| 新乡市| 黄骅市| 南汇区| 武胜县| 曲阜市| 绵竹市| 左云县| 苍南县| 禹州市| 阳山县| 邵阳县| 呼玛县| 禄丰县| 冷水江市| 锡林郭勒盟| 浏阳市| 迭部县| 衡东县| 香港| 英吉沙县| 三门县| 前郭尔| 东乡族自治县|