diff --git a/pom.xml b/pom.xml index 011c33a6..9378e94c 100644 --- a/pom.xml +++ b/pom.xml @@ -184,4 +184,34 @@ test + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + +