From bd987e2e1d7aaf2fdb8253c4d9f383d8c5715555 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 13 Apr 2016 11:58:34 +0300 Subject: Skip GPG signing for vaadin-all The type of the module is JAR but it does not actually produce a JAR, so GPG signing needs to be explicitly skipped. Change-Id: If8d0577a0a75e2a86077451efdc79b72f06fbf38 --- all/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/all/pom.xml b/all/pom.xml index 92c5437f1d..c65c5df7e2 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -339,6 +339,17 @@ + + + + org.apache.maven.plugins + maven-gpg-plugin + + true + + + + -- cgit v1.2.3