From 370f5275e5229fb39c8516e25de396ccafc14615 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 15 Apr 2007 20:57:54 +0000 Subject: [PATCH] Doc improvement git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@529070 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/xdocs/properties.xml | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/artifact/xdocs/properties.xml b/artifact/xdocs/properties.xml index b7f1754d..b688fabd 100644 --- a/artifact/xdocs/properties.xml +++ b/artifact/xdocs/properties.xml @@ -183,12 +183,17 @@ -
+

The artifact plugin allows to automatically sign your artifacts with GPG when you deploy a release. You'll find more informations about signing releases here : http://www.apache.org/dev/release-signing.html

+

+ You have to install + GNU Privacy Guard + for your your platform and add it in your PATH. +

@@ -197,22 +202,40 @@ - + - + - + - +
Property name
maven.artifact.gpg.skipDo you want to skip the signing step? Default : true. Before to enable it you have to correctly setup GPG. You need to have a key and gpg must be in your PATH. + Do you want to skip the signing step? Default : true. Before to enable it you have to correctly setup GPG. + You need to have a key and + gpg + must be in your PATH. + Yes
maven.artifact.gpg.passphraseThe passphrase to use when signing. Default : not defined. If not defined and signing activated, the plugin will prompt for the passphrase. + The passphrase to use when signing. Default : not defined. If not defined and signing activated, the plugin + will prompt for the passphrase. + Yes
maven.artifact.gpg.keynameThe "name" of the key to sign with. Passed to gpg as --local-user. Default : not defined. The default key is used. + The "name" of the key to sign with. Passed to gpg as + --local-user + . Default : not defined. The default key is used. + Yes
maven.artifact.gpg.useagentPasses --use-agent or --no-use-agent to gpg. If using an agent, the password is optional as the agent will provide it. Default : false. + Passes + --use-agent + or + --no-use-agent + to gpg. If using an agent, the password is optional as the agent will provide it. Default : false. + Yes