Follow up on creating ASF-compliant source releases

2009-07-09 Thread Dennis Lundberg
Hi For a *single* module project, like one of our Maven plugins, do I really have to create an assembly descriptor? Wouldn't it work if I just use the predefined project descriptor? -- Dennis Lundberg - To unsubscribe,

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread Brett Porter
On 10/07/2009, at 6:22 AM, Dennis Lundberg wrote: Hi For a *single* module project, like one of our Maven plugins, do I really have to create an assembly descriptor? Wouldn't it work if I just use the predefined project descriptor? Yes, if you do not have any source packages called target.

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread Benjamin Bentmann
Brett Porter wrote: Wouldn't it work if I just use the predefined project descriptor? Yes, if you do not have any source packages called target. Really, what about the LICENSE/NOTICE files that get generated under target? As far as I grok the project descriptor (and also the src

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread David Jencks
On Jul 9, 2009, at 1:34 PM, Benjamin Bentmann wrote: Brett Porter wrote: Wouldn't it work if I just use the predefined project descriptor? Yes, if you do not have any source packages called target. Really, what about the LICENSE/NOTICE files that get generated under target? As far as I

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread Brett Porter
Sorry I thought Dennis meant the src descriptor. And yes, I forgot about the LICENSE/NOTICE, since I usually have them in SVN when using the src descriptor. Good catch. - Brett On 10/07/2009, at 6:34 AM, Benjamin Bentmann wrote: Brett Porter wrote: Wouldn't it work if I just use the

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread Brian Fox
no...this is what i've been working on just slowly. It's almost done though, and the idea is that it should just work in almost all cases. On Thu, Jul 9, 2009 at 4:22 PM, Dennis Lundbergdenn...@apache.org wrote: Hi For a *single* module project, like one of our Maven plugins, do I really have

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread Dennis Lundberg
OK, thanks everyone for your feedback. I'll use the source assembly descriptor from the assembly plugin as a template then. Brett Porter wrote: Sorry I thought Dennis meant the src descriptor. And yes, I forgot about the LICENSE/NOTICE, since I usually have them in SVN when using the src

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread Dennis Lundberg
I know you've put a lot of time and effort into this Brian. Thanks for that. I thought that most of the work was to fix potential problems in multi module builds. Brian Fox wrote: no...this is what i've been working on just slowly. It's almost done though, and the idea is that it should just

Re: Follow up on creating ASF-compliant source releases

2009-07-09 Thread John Casey
Hmm, I thought I fixed the project descriptor in 2.2-beta-4? Maybe not... Brett Porter wrote: On 10/07/2009, at 6:22 AM, Dennis Lundberg wrote: Hi For a *single* module project, like one of our Maven plugins, do I really have to create an assembly descriptor? Wouldn't it work if I just use