aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-17 11:26:08 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-17 11:26:08 +0700
commit5392f80136afd09d4fb528ebd971e05dc06122f2 (patch)
tree8fc8264ebe7177d180dcb248d46ed8279494d694
parent71e8ae0910f160f22af9444aeb0baa6ecfa407d8 (diff)
downloadaspectj-5392f80136afd09d4fb528ebd971e05dc06122f2.tar.gz
aspectj-5392f80136afd09d4fb528ebd971e05dc06122f2.zip
Suppress "unresolved Maven property" warning in IntelliJ for 'maven.gpg
.skip' Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c8f918b3d..79a546f1c 100644
--- a/pom.xml
+++ b/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>