!280 enhancement #I9LBTY 默认关闭 GPG 插件
Merge pull request !280 from 与或非/issues/I9LBTY
This commit is contained in:
commit
c7419a5f6e
4
pom.xml
4
pom.xml
|
@ -388,6 +388,10 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<!-- 默认不使用 gpg ,如果需要使用请在打包命令中增加 -Dgpg.skip=false -->
|
||||||
|
<skip>true</skip>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- version number -->
|
<!-- version number -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue