Hi Stanbol mentors,

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?

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

-- 
Fabian

Reply via email to