docs on releases

2005-07-05 Thread Dion Gillard
The docs on http://jakarta.apache.org/commons/releases/prepare.html
suggest adding a script to maven.xml, to change the directory name for
the source distribution that is generated.

FWIW, I've found using a project.properties entry easier:

# used to ensure the source distribution unpacks into commons-email-VERSION-src
maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src

I would prefer we use the project.properties rather than maven.xml for
this in general. Is there a technical preference for the maven.xml?
-- 
http://www.multitask.com.au/people/dion/
You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live. - George
Bernard Shaw

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: docs on releases

2005-07-05 Thread Martin Cooper
On 7/5/05, Dion Gillard [EMAIL PROTECTED] wrote:
 The docs on http://jakarta.apache.org/commons/releases/prepare.html
 suggest adding a script to maven.xml, to change the directory name for
 the source distribution that is generated.
 
 FWIW, I've found using a project.properties entry easier:
 
 # used to ensure the source distribution unpacks into 
 commons-email-VERSION-src
 maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
 
 I would prefer we use the project.properties rather than maven.xml for
 this in general. Is there a technical preference for the maven.xml?

Not that I'm aware of. +1 for using the properties file instead.

--
Martin Cooper


 --
 http://www.multitask.com.au/people/dion/
 You are going to let the fear of poverty govern your life and your
 reward will be that you will eat, but you will not live. - George
 Bernard Shaw
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: docs on releases

2005-07-05 Thread Phil Steitz
I agree.  Thanks for pointing this out.

Phil

On 7/5/05, Martin Cooper [EMAIL PROTECTED] wrote:
 On 7/5/05, Dion Gillard [EMAIL PROTECTED] wrote:
  The docs on http://jakarta.apache.org/commons/releases/prepare.html
  suggest adding a script to maven.xml, to change the directory name for
  the source distribution that is generated.
 
  FWIW, I've found using a project.properties entry easier:
 
  # used to ensure the source distribution unpacks into 
  commons-email-VERSION-src
  maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
 
  I would prefer we use the project.properties rather than maven.xml for
  this in general. Is there a technical preference for the maven.xml?
 
 Not that I'm aware of. +1 for using the properties file instead.
 
 --
 Martin Cooper
 
 
  --
  http://www.multitask.com.au/people/dion/
  You are going to let the fear of poverty govern your life and your
  reward will be that you will eat, but you will not live. - George
  Bernard Shaw
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: docs on releases

2005-07-05 Thread robert burrell donkin
On Tue, 2005-07-05 at 09:46 -0700, Phil Steitz wrote:
 I agree.  Thanks for pointing this out.
 
 Phil
 
 On 7/5/05, Martin Cooper [EMAIL PROTECTED] wrote:
  On 7/5/05, Dion Gillard [EMAIL PROTECTED] wrote:
   The docs on http://jakarta.apache.org/commons/releases/prepare.html
   suggest adding a script to maven.xml, to change the directory name for
   the source distribution that is generated.
  
   FWIW, I've found using a project.properties entry easier:
  
   # used to ensure the source distribution unpacks into 
   commons-email-VERSION-src
   maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
  
   I would prefer we use the project.properties rather than maven.xml for
   this in general. Is there a technical preference for the maven.xml?
  
  Not that I'm aware of. +1 for using the properties file instead.

+1

update the docs :)

- robert


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]