Re: Supporting securitySettings.xml from a custom mojo

2011-05-03 Thread Mark Derricutt
Excellent! Only a slight difference to what I had originally when wildy guessing ( missing the role hinting ). Cheers, Mark -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree On Wed, Apr 20, 2011 at 11:28 PM, Brett Porter wrote: > > On 20/04/2011, a

Re: Supporting securitySettings.xml from a custom mojo

2011-04-20 Thread Brett Porter
On 20/04/2011, at 7:52 PM, Benjamin Bentmann wrote: > Mark Derricutt wrote: > >> Does anyone have any pointers to what one needs to do to work with/support >> securitySettings.xml from within a custom mojo? > > The comments and links in http://jira.codehaus.org/browse/MNG-4384 should > provide

Re: Supporting securitySettings.xml from a custom mojo

2011-04-20 Thread Benjamin Bentmann
Mark Derricutt wrote: Does anyone have any pointers to what one needs to do to work with/support securitySettings.xml from within a custom mojo? The comments and links in http://jira.codehaus.org/browse/MNG-4384 should provide some good pointers. Benjamin -

Supporting securitySettings.xml from a custom mojo

2011-04-20 Thread Mark Derricutt
Hey all, Does anyone have any pointers to what one needs to do to work with/support securitySettings.xml from within a custom mojo? In my mojo I'm looking up a server with: final Server mavenServer = session.getSettings().getServer(server); but only see the encrypted strings and don't seem to