How is it possible to reference a property defined in one of the maven properties
files (specifically the ~/build.properties) in one of the maven jelly tags? The tag I
am trying to use is <maven:makeRelativePath/>. What I have tried so far is:
1) <maven:makeRelativePath var="testDest" basedir="${basedir}"
path="${maven.test.dest}" separator="/" />
2) <maven:makeRelativePath var="testDest" basedir="${basedir}"
path="${context.getVariable('maven.test.dest')}" separator="/" />
Plus some other off the wall stuff. But I could not get anything I tried to work. I
keep getting "<maven:makeRelativePath> You must define an attribute called 'path' for
this tag" error message.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]