POM variable reference?

2006-07-27 Thread Bram de Kruijff
Hi, can anyone direct me to a reference/tutorial on build-in parameters? I'm hoping to find out how I can reference the root basedir of a multiproject build. Didn't find it on the Maven site, Google or the Better builds.. book :( regards, Bram -- Bram de Kruijff GX creative online development

Re: POM variable reference?

2006-07-27 Thread Toli Kuznets
Bram, This may be helpful: 1. Reference for the POM: http://maven.apache.org/ref/current/maven-model/maven.html If you scroll past the .xsd file, you'll see the description of all XML elements. 2. for each variable, you can usually access it using ${project.varname} so maybe you can get to