From ae354475582fc3f24a3c30a3c1a2eb600a1dfdf8 Mon Sep 17 00:00:00 2001 From: aheritier Date: Fri, 13 Apr 2007 23:23:43 +0000 Subject: [PATCH] Use new feature in artifact plugin to sign releases git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@528700 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-parent/project.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins-parent/project.properties b/plugins-parent/project.properties index 1196d5a1..d4632bbb 100644 --- a/plugins-parent/project.properties +++ b/plugins-parent/project.properties @@ -113,6 +113,8 @@ maven.announcement.lenient=true #===== # Force artifact deployment. You must setup your environment appropriately maven.artifact.legacy=false +# artifacts must be signed +maven.artifact.gpg.skip=false #===== # Changelog plugin properties