There isn't a way in Maven to do this yet, unless you extract defaults.properties from maven.jar and modify it.
that's a shame. But I have a small team, so I can just ask everyone to create individual build.properties. I do hope this feature will be added to maven. IMHO properties should be cascaded this way:
1. Organization wide props 2. System wide props 3. User props 4. Project props
This won't work for pom.organization.name though as that goes in the project.xml.
Why such a requirement? Organization name won't change from project to project in most cases.
Also, I wouldn't set a global maven.build.dir. What did you intend to set it to?
It's set to a relative path: ../.build This path should always work with our standard project directory structure. Is this a bad practice?
Dmitry
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
