Jens Zastrow wrote:


How can I specifiy the projectDescriptor of deploy:copy-deps ?!


does something like below not work ?

<deploy:copy-deps todir="${maven.build.dir}" projectDescriptor="${x.getFile()}"/>



this worked but only the deps of the file (x.getFile()) are used. but I use <extend> in these project.xml files with more deps which a want to be copied too.


actually maven:pom seems to not read parent file (parameter useParentPom is false) so you might want to process the parent file as well. something like below :


<util:file name="${x.extend}" var="parent"/>
<deploy:copy-deps todir="${maven.build.dir}" projectDescriptor="${parent}"/>


Is there a docu for the ${x.getXXX()} stuff ?



source xref and javadoc afaik


Thanks
Jens Zastrow

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to