Re: artifact signing feature branches

2008-07-23 Thread Robert Burrell Donkin
On 7/23/08, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 22-Jul-08, at 8:55 PM, Brett Porter wrote: > >> >> On 23/07/2008, at 4:23 AM, Robert Burrell Donkin wrote: >> >>> On Fri, Jul 11, 2008 at 5:42 PM, Brett Porter <[EMAIL PROTECTED]> >>> wrote: Hi, I've wanted to pick up my wor

Re: artifact signing feature branches

2008-07-23 Thread Chad La Joie
I personally wouldn't feel comfortable with Maven auto-fetching keys, unless it's working in a web-of-trust mode. How would I verify that the keys were any good otherwise? It's pretty likely that any compromise that allowed some one to place a rogue artifact could also add their key in to the

Re: artifact signing feature branches

2008-07-22 Thread Robert Burrell Donkin
On 7/23/08, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 22-Jul-08, at 8:55 PM, Brett Porter wrote: > >> >> On 23/07/2008, at 4:23 AM, Robert Burrell Donkin wrote: >> >>> On Fri, Jul 11, 2008 at 5:42 PM, Brett Porter <[EMAIL PROTECTED]> >>> wrote: Hi, I've wanted to pick up my wor

Re: artifact signing feature branches

2008-07-22 Thread Robert Burrell Donkin
On 7/23/08, Brett Porter <[EMAIL PROTECTED]> wrote: > > On 23/07/2008, at 4:23 AM, Robert Burrell Donkin wrote: > >> On Fri, Jul 11, 2008 at 5:42 PM, Brett Porter <[EMAIL PROTECTED]> >> wrote: >>> Hi, >>> >>> I've wanted to pick up my work on this for some time and was >>> prodded by the >>> [EMAIL

Re: artifact signing feature branches

2008-07-22 Thread Jason van Zyl
On 22-Jul-08, at 8:55 PM, Brett Porter wrote: On 23/07/2008, at 4:23 AM, Robert Burrell Donkin wrote: On Fri, Jul 11, 2008 at 5:42 PM, Brett Porter <[EMAIL PROTECTED]> wrote: Hi, I've wanted to pick up my work on this for some time and was prodded by the [EMAIL PROTECTED] threads to ta

Re: artifact signing feature branches

2008-07-22 Thread Brett Porter
On 23/07/2008, at 4:23 AM, Robert Burrell Donkin wrote: On Fri, Jul 11, 2008 at 5:42 PM, Brett Porter <[EMAIL PROTECTED]> wrote: Hi, I've wanted to pick up my work on this for some time and was prodded by the [EMAIL PROTECTED] threads to take another crack at this. http://docs.codehaus.o

Re: artifact signing feature branches

2008-07-22 Thread Robert Burrell Donkin
On Fri, Jul 11, 2008 at 5:42 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > Hi, > > I've wanted to pick up my work on this for some time and was prodded by the > [EMAIL PROTECTED] threads to take another crack at this. > > http://docs.codehaus.org/display/MAVEN/Repository+Security (the issue and > r

Re: artifact signing feature branches

2008-07-17 Thread Jason van Zyl
On 17-Jul-08, at 3:35 AM, Brett Porter wrote: I've checked in my work so far on this. It's a pretty small and straightforward set of changes and it works for a project using signed artifacts and plugins. Of course, it gets very unhappy about the distinct lack of signatures in central on mo

Re: artifact signing feature branches

2008-07-17 Thread Brett Porter
I've checked in my work so far on this. It's a pretty small and straightforward set of changes and it works for a project using signed artifacts and plugins. Of course, it gets very unhappy about the distinct lack of signatures in central on most projects. I am going to look at creating a s

Re: artifact signing feature branches

2008-07-11 Thread Brett Porter
I see where you were coming from with the lifecycle now. Do you also need to veryify them as part of the build process, or only out of the repository itself? Cheers, Brett On 12/07/2008, at 8:28 AM, Christian Edward Gruber wrote: Nope. I'd have to check, but they're signatures which are th

Re: artifact signing feature branches

2008-07-11 Thread Brett Porter
On 12/07/2008, at 3:11 AM, David Jencks wrote: On Jul 11, 2008, at 9:42 AM, Brett Porter wrote: Hi, I've wanted to pick up my work on this for some time and was prodded by the [EMAIL PROTECTED] threads to take another crack at this. http://docs.codehaus.org/display/MAVEN/Repository+Se

Re: artifact signing feature branches

2008-07-11 Thread Christian Edward Gruber
ruber [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 1:24 PM To: Maven Developers List Subject: Re: artifact signing feature branches Incidentally, I presume that there is a provider for PGP that could be replaced by an alternate signing system if a provider were written for it? I didn

RE: artifact signing feature branches

2008-07-11 Thread Brian E. Fox
Christian, what kind of files are produced with the sig? Are they still .asc? -Original Message- From: Christian Edward Gruber [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2008 1:24 PM To: Maven Developers List Subject: Re: artifact signing feature branches Incidentally, I presume

Re: artifact signing feature branches

2008-07-11 Thread Christian Edward Gruber
Incidentally, I presume that there is a provider for PGP that could be replaced by an alternate signing system if a provider were written for it? I didn't see it in the wiki, but I have a client with an industry- imposed signing regime that I don't think is based in PGP or md5/shaXXX. Chris

Re: artifact signing feature branches

2008-07-11 Thread David Jencks
On Jul 11, 2008, at 9:42 AM, Brett Porter wrote: Hi, I've wanted to pick up my work on this for some time and was prodded by the [EMAIL PROTECTED] threads to take another crack at this. http://docs.codehaus.org/display/MAVEN/Repository+Security (the issue and related branches are linked)

Re: artifact signing feature branches

2008-07-11 Thread Christian Edward Gruber
Fair enough, though I think pre and post implicit phases for many of the "normal" phases isn't bloat, since it's a regular pattern. Having said that, one is free to design a custom lifecycle for a custom type, so I guess it's not that big a deal, and there's deterministic order of execution

Re: artifact signing feature branches

2008-07-11 Thread Brett Porter
The current signing mechanism actually works quite well and I had no intention of changing that at this stage. I haven't seen any issues with this, and adding such fine grained lifecycle stages would soon get out of control (and frequent arguments as to the correct order). If it were to be

Re: artifact signing feature branches

2008-07-11 Thread Christian Edward Gruber
Can I suggest that a phase in the default lifecycle be added after packaging for signing (somewhere). It can have no default binding plugin (such as integration-test) but if it's there, it's easier to hook in things at the correct time. Or a pre-package and post-package phase which would a

artifact signing feature branches

2008-07-11 Thread Brett Porter
Hi, I've wanted to pick up my work on this for some time and was prodded by the [EMAIL PROTECTED] threads to take another crack at this. http://docs.codehaus.org/display/MAVEN/Repository+Security (the issue and related branches are linked) I've created a couple of branches to try integrat