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
This commit is contained in:
aheritier 2007-04-13 23:23:43 +00:00
parent 98b46d4fba
commit ae35447558

View File

@ -113,6 +113,8 @@ maven.announcement.lenient=true
#===== #=====
# Force artifact deployment. You must setup your environment appropriately # Force artifact deployment. You must setup your environment appropriately
maven.artifact.legacy=false maven.artifact.legacy=false
# artifacts must be signed
maven.artifact.gpg.skip=false
#===== #=====
# Changelog plugin properties # Changelog plugin properties