You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Vincent Massol <vm...@pivolis.com> on 2005/04/12 14:06:06 UTC

[M2] ${basedir} does not get expanded?

Hi,

I have modified the surefire plugin to accept system properties. 

However when I use the new configuration in my project it works if I use
http://rafb.net/paste/results/qVjiw978.html works but fails with
http://rafb.net/paste/results/LuSmSw40.html (the difference is that in the
second URL I use ${basedir}).

I've printed the propery value that gets set in the surefire plugin and I
can see that ${basedir} is not expanded before it is handed over to the
plugin. Is that normal behavior?

Note that the reason I wanted to use ${basedir} is because without it my
module builds fine but it fails when built by the parent project (because
the resources dir is not correctly set).

Any idea?

Thanks
-Vincent



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