On Mon Sean Owen <sro...@gmail.com> wrote:
> I don't know enough about GPG to know whether I should be seeing this
> at all (since my passphrase is already in settings.xml?) or how else
> this is supposed to work? does anyone see this?

You shouldn't be asked for the password if you set it in your
settings.xml and are using the profile you set it in for building.

So, if your setting.xml says:

<profiles>
  <profile>
    <id>apache-release</id>
    <properties>
        <gpg.passphrase>*********</gpg.passphrase>
    </properties>
  </profile>
</profiles

and you are building with mvn -Papache-release <goal> you shouldn't be
asked for the password.

Isabel

Reply via email to