Hello there, I'm trying to use Maven's antlib, which seems to work fine when defining dependencies inline, since I can define a path id for my dependencies like this:
<artifact:dependencies pathId="dependency.classpath" > ... </artifact:dependencies> (as described on http://maven.apache.org/ant-tasks.html) But when using <artifact:pom id="project" file="pom.xml" /> to use a dependency definition inside a pom-file, I haven't found any documentation if such a path id is set. I've tried to reference the nested element "project.dependencies" which did not work. Is there any way to reference the dependencies as a path when using a pom-file in Antlib, just like when defining dependencies inline? Thanks in advance, Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
