浏览代码

Suppress "unresolved Maven property" warning in IntelliJ for 'maven.gpg

.skip'

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 3 个月前
父节点
当前提交
5392f80136
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      pom.xml

+ 1
- 0
pom.xml 查看文件

@@ -365,6 +365,7 @@
</goals>
<configuration>
<!-- Only sign artifacts which are also meant to be deployed -->
<!--suppress UnresolvedMavenProperty -->
<skip>${maven.gpg.skip}</skip>
</configuration>
</execution>

正在加载...
取消
保存