소스 검색

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>

Loading…
취소
저장