'On Sunday 16 May 2010 9:45:32 am Timothy Stone wrote:
> List,
> 
> The documentation is unclear... where do I put the directive in a POM
> profile to tell the GPG Plugin to use an agent?

For me, I set it in my .m2/settings.xml in the release profile, but it could 
be set just about anywhere where a property can be set:

        <profile>
            <id>release</id>
            <properties>
                <gpg.useagent>true</gpg.useagent>
            </properties>
        </profile>


Putting it in my settings.xml instead of the pom allows it to work for me, but 
then doesn't require anyone else to have to use the agent.


-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to