I don't understand why you want this - putting .. In a lot of places is not that much of a hassle and it is less confusing that something that looks like a relative path but isn't because of some magic override.
- Brett > -----Original Message----- > From: Daniel Frey [mailto:[EMAIL PROTECTED] > Sent: Thursday, 15 April 2004 9:58 AM > To: 'Maven Users List' > Subject: how can I change ${basedir} > > > I would be interested in the same subject. No response since > over one year on that? > > Daniel > > > Date: Mon, 17 Mar 2003 15:08:32 -0500 > > From: Justinus Menzel <[EMAIL PROTECTED]> > > Subject: how can I change ${basedir} > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Hi, > > > > I moved project.xml, maven.xml etc. into a seperate build > directory. > > Now I have to put a lot of "../" in places. Wouldn't it be > easier to > > just say basedir=.. > > in project.properties: > > or > > <baseDir>..</baseDir> > > in the POM. > > or > > > > maven -d .. > > doesn't change ${basedir}, so I don't really know what it does. > > > > or > > <project basedir=".." > > ... > > </project> > > (like with ant) > > > > Any idea? Many thanks > > > > Justinus > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
