Hi Les,

On Sat, Oct 30, 2010 at 8:56 PM, Les Hazlewood <[email protected]> wrote:
> 1.  Even though I had my gpg.passphrase property set in my
> ~/.m2/settings.xml, I was still prompted for it the first time
> code-signing was performed (first module in the project).  Afterwards,
> I was not prompted for any remaining modules.

The shiro-root POM defines maven-gpg-plugin in version 1.0. Try to
update to version 1.1, see [1].

> 2.  Every time a module's site artifact was published to people.a.o, I
> was prompted to enter my password, even though I had the following in
> my settings.xml:
>
> <servers>
> ...
>  <server>
>    <!-- This id matches that in the shiro-root POM's
> distributionManagement section -->
>    <id>shiro.website</id>
>    <username>lhazlewood</username>
>    <password>MY_PASSWORD_HERE</password>
>    <filePermissions>664</filePermissions>
>    <directoryPermissions>775</directoryPermissions>
>  </server>
> </servers>

I use my private key, instead of the username/password.

HTH,
Stefan

[1] http://jira.codehaus.org/browse/MGPG-17

Reply via email to