瀏覽代碼

Skip local staging in Nexus staging plugin

Change-Id: If0b02ed2830032bbed9fec8473bd429c74d76383
tags/7.7.0.alpha1
Teemu Suo-Anttila 8 年之前
父節點
當前提交
4f38b075ba
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      pom.xml

+ 3
- 0
pom.xml 查看文件

@@ -274,6 +274,9 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<skipLocalStaging>true</skipLocalStaging>
</configuration>
</plugin>
</plugins>
</build>

Loading…
取消
儲存