does your project correctly inheritted? My 2c
-D On Thu, 13 Jan 2005 09:30:33 -0300, Tedi Itamar Zanfolim <[EMAIL PROTECTED]> wrote: > Thanks Dan, I am already using 1.0.2. > > I just noticed that this seems to be happening when I use multiproject:xxxx. > Even though the subprojects when built alone inherit the 'maven.repo.remote' > property, when running from the parent directory, which did not have a > project.xml file itself, the properties where not inherited anymore. I placed > a project.xml file in the parent directory (from where I run maven > multiproject:install) and most of the properties are working now: only one > property is not being overriden properly :'maven.plugin.user.dir', that is > where I want to put my own plugins. I am not sure this is the expected > behaviour or if I am missing some other detail here. > > Thanks again, > > Tedi > > -----Mensagem original----- > De: dan tran [mailto:[EMAIL PROTECTED] > Enviada em: quarta-feira, 12 de janeiro de 2005 17:20 > Para: Maven Users List > Assunto: Re: build.properties inheritance > > I think it is the bug which is fixed in maven 1.0.2. Check the > archive rightafter > 1.0.1 came out. > > -D > > On Wed, 12 Jan 2005 15:44:29 -0300, Tedi Itamar Zanfolim > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > When I put a build.properties file in the user local home directory I can > > see that my project properties are correctly overriden and maven uses these > > values itself for, for example, the remote repository from where to > > download artifacts. I�ve been trying to move this build.properties file to > > the same directory as the parent (master) project definition, but these > > properties does not seem to be overriden (if I echo the property it seems > > to be, but maven itself seems to be ignoring them). The properties I want > > to override are the behavioural ones, such as 'maven.repo.remote'. > > > > Is that supposed to work or should I keep the more generic > > build.properties file in each developer home directory? > > > > TIA, > > > > Tedi > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
