On Fri, 2004-06-18 at 20:19, Brett Porter wrote: > 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?
You can take a look at the Geronimo build. They have a work around for a set of projects by using a front-end maven.xml to control all the builds. Not exactly pretty, but it works. > - 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] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
