Hi Fabian,

On Thu, Jul 21, 2011 at 11:47 AM, Fabian Christ
<[email protected]> wrote:
> I'm following the instructions at [1] to set up my Maven settings.xml file.
>
> [1] http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
>
> [1] states that I should add a section with my GPG passphrase:
>
> <profile>
>  <id>apache-release</id>
>  <properties>
>    <gpg.passphrase> <!-- YOUR PGP KEY PASSPHRASE --></gpg.passphrase>
>  </properties>
> </profile>
>
> I tried to use the Maven password encryption capabilities [2] for
> this. But when I encrypt my passphrase I'm not able to sign artifacts
> when using the "apache-release" profile. If I insert the passphrase
> directly it works fine.
>
> Do you use encryption here or is this not working for a property?...

I don't think it works, I just put my passphrase in plain text (argh)
and make a note to myself to remove it once I'm done with the release.

Probably related to http://jira.codehaus.org/browse/MGPG-31

-Bertrand

>
> [2] http://maven.apache.org/guides/mini/guide-encryption.html
>
> --
> Fabian
>

Reply via email to