Browse Source

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 2 months ago
parent
commit
5392f80136
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      pom.xml

+ 1
- 0
pom.xml View File

@@ -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…
Cancel
Save