> > I have to configure some nightly builds for several projects on
> a "nightly
> runner" PC. Lot's of the projects it has to
> > handle need some config on local machine
> ($home/build.properties) but some
> of them are not compatible.
> >
> > How can I set maven to use another location than
> ${user.home}/build.properties ?
>
> You can create a build.properties file in each project directory.

In Maven 1.0 RC3, project.properties will be inherited by all subprojects.
So that means you can put all properties in the root project.properties and
use the build.properties only to override properties in the
project.properties (for example for your filesystem).

Michael Mattox


--
This E-mail is confidential.  It may also be legally privileged.  If you are
not the addressee you may not copy, forward, disclose or use any part of it.
If you have received this message in error, please delete it and all copies
from your system and notify the sender immediately by return E-mail.
Internet communications cannot be guaranteed to be timely, secure, error or
virus-free.  The sender does not accept liability for any errors or omissions.


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

Reply via email to