Hey, I've got to copy some files to an absolute target. I'm putting this is
in a property, and trying to use the ant:copy, but maven keeps apending the
relative path in front.
<ant:copy
file="${maven.build.dir}/${maven.final.name}.jar"
todir="${maven.cdp.riskserver.home}/bin"
/>
The "todir" above is append the maven.build.dir in front of it. Is there
some way to override this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]