Author: tchemit Date: 2010-03-31 14:29:59 +0200 (Wed, 31 Mar 2010) New Revision: 846 Log: fix doc Modified: trunk/src/site/apt/profiles.apt trunk/src/site/en/apt/profiles.apt Modified: trunk/src/site/apt/profiles.apt =================================================================== --- trunk/src/site/apt/profiles.apt 2010-03-27 19:55:32 UTC (rev 845) +++ trunk/src/site/apt/profiles.apt 2010-03-31 12:29:59 UTC (rev 846) @@ -43,7 +43,7 @@ *----------------------------------+------------------------------+ | {{release-profile}} | <<performRelease>> | *----------------------------------+------------------------------+ -| {{release-sign-artifacts}} | <<signRelease>> | +| {{release-sign-artifacts}} | <<performSign>> | *----------------------------------+------------------------------+ | {{nodepdetails}} | <<->> | *----------------------------------+------------------------------+ @@ -130,7 +130,7 @@ * password : la passephrase de la clef gpg (encodé bien sûr...) [] - + * {run} Ce profile permet de lancer une classe java depuis maven. Il faut définir une Modified: trunk/src/site/en/apt/profiles.apt =================================================================== --- trunk/src/site/en/apt/profiles.apt 2010-03-27 19:55:32 UTC (rev 845) +++ trunk/src/site/en/apt/profiles.apt 2010-03-31 12:29:59 UTC (rev 846) @@ -42,6 +42,8 @@ *----------------------------------+---------------------------+ | {{release-profile}} | <<performRelease>> | *----------------------------------+---------------------------+ +| {{release-sign-artifacts}} | <<performSign>> | +*----------------------------------+---------------------------+ | {{nodepdetails}} | <<->> | *----------------------------------+---------------------------+ | {{nodeploacations}} | <<->> | @@ -108,6 +110,24 @@ use this profile to allow users to see the sources and javadocs in their favorite IDE. +* {release-sign-artifacts} + + This profile is used to sign artifacts to install or deploy with gpg. + + It is automaticly include in the <<perform>> goal of the release plugin. + + To used this profile, you must : + + * have a gpg key names <<Code Lutin>> + + * have in your <settings.xml> a server named <<gpg-signer>> with : + + * username : <<Code Lutin>> + + * password : the passphrase of the gpg key + + [] + * {run} The profile permits to laucnh a java main class from maven. You have to define