]> source.dussan.org Git - aspectj.git/commitdiff
Suppress "unresolved Maven property" warning in IntelliJ for 'maven.gpg
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 17 Feb 2024 04:26:08 +0000 (11:26 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 17 Feb 2024 04:26:08 +0000 (11:26 +0700)
.skip'

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
pom.xml

diff --git a/pom.xml b/pom.xml
index c8f918b3df5563b66eaf0ee30fce6d886b3e72ba..79a546f1c9be5f0055f5efad3a3a58de4e03b0f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        </goals>
                                                        <configuration>
                                                                <!-- Only sign artifacts which are also meant to be deployed -->
+                                                               <!--suppress UnresolvedMavenProperty -->
                                                                <skip>${maven.gpg.skip}</skip>
                                                        </configuration>
                                                </execution>