There isn't a way in Maven to do this yet, unless you extract
defaults.properties from maven.jar and modify it.

This won't work for pom.organization.name though as that goes in the
project.xml.

Also, I wouldn't set a global maven.build.dir. What did you intend to set it to?

- Brett

On Fri, 18 Jun 2004 11:20:06 -0700, Dmitry Beransky <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> There is a handful of properties that I would like to define globally,
> without requiring developers to enter them into individual build.properties
> files.  Here are some of the properties:
> 
> maven.build.dir
> maven.repo.remote
> maven.jnlp.signjar.dname.cn
> maven.jnlp.signjar.dname.ou
> maven.jnlp.signjar.dname.o
> maven.jnlp.signjar.dname.c
> pom.organization.name
> 
> How do I do this?
> 
> Dmitry
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to