Yes, just like you suggest. That will work fine... or is the question
how to set the variable?
You can set it in build.properties or project.properties
You can also set it in maven.xml:
<j:set var="subProjects" value="some-sub-project"/>
On Feb 7, 2005, at 2:49 PM, Bert Lamb wrote:
Is it possible to have a property with a "variable" (eg.
my.directory.to.something=${basedir}/my/directory/ ), but have it
resolve the "variable" at that time? Any idea how I can do this? I
would like to have a directory defined that multiproject
projects can pickup, but in this case then ${basedir} will be wrong.
-Bert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]