Re: basedir vs project.basedir

2013-01-05 Thread Hervé BOUTEMY
the reference doc is http://maven.apache.org/ref/3.1-SNAPSHOT/maven-model- builder/ and I need to add that ${basedir} is deprecated too Regards, Hervé Le jeudi 3 janvier 2013 13:03:38 Stephen Connolly a écrit : > ${basedir} and ${pom.basedir} are deprecated in favour of > ${project.basedir} afa

Re: basedir vs project.basedir

2013-01-03 Thread Stephen Connolly
${basedir} and ${pom.basedir} are deprecated in favour of ${project.basedir} afaik On 3 January 2013 11:24, Anders Hammar wrote: > I've always been under the impression that one should use the property > "project.basedir" instead of just "basedir". Is that true or just my own > interpretation?

basedir vs project.basedir

2013-01-03 Thread Anders Hammar
I've always been under the impression that one should use the property "project.basedir" instead of just "basedir". Is that true or just my own interpretation? /Anders