Re: A home for some seemingly common code

2014-11-10 Thread Anders Hammar
It's been a while since I look into this, but if I recall correctly my idea was to add new component that would handle server credentials. If fronted by a generic interface, it should be possible to plug in a different impl possible using something else than settings.xml as the storage. The default

Re: A home for some seemingly common code

2014-11-10 Thread Benson Margulies
Well, see https://github.com/benson-basis/github-release-note-maven-plugin for the code I have. Is this the sort of thing you're talking about? On Mon, Nov 10, 2014 at 2:57 PM, Anders Hammar wrote: >> I've been working with/on a plugin for talking to github, and I'm >> staring at some fairly com

Re: A home for some seemingly common code

2014-11-10 Thread Anders Hammar
> I've been working with/on a plugin for talking to github, and I'm > staring at some fairly complex code for processing proxy information > from settings.xml, and some slightly less complex code for obtaining > and decrypting credentials from servers. > > Is there a shared component in which I put

A home for some seemingly common code

2014-11-09 Thread Benson Margulies
I've been working with/on a plugin for talking to github, and I'm staring at some fairly complex code for processing proxy information from settings.xml, and some slightly less complex code for obtaining and decrypting credentials from servers. Is there a shared component in which I put this? (I d