You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Anders Hammar <an...@hammar.net> on 2013/01/03 12:24:19 UTC

basedir vs project.basedir

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

Re: basedir vs project.basedir

Posted by Hervé BOUTEMY <he...@free.fr>.
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} afaik
> 
> On 3 January 2013 11:24, Anders Hammar <an...@hammar.net> 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?
> > 
> > /Anders

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: basedir vs project.basedir

Posted by Stephen Connolly <st...@gmail.com>.
${basedir} and ${pom.basedir} are deprecated in favour of
${project.basedir} afaik


On 3 January 2013 11:24, Anders Hammar <an...@hammar.net> 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?
>
> /Anders
>