I'm using Antlib for Maven 2.0.4 to get a reference to the
dependencies in my pom for use in some ant targets. It works fine
(though you have to fiddle with your pom to get rid of the NPE's),
but now it won't reference the snapshot dependencies. I've tried a
bunch of different useScope values, but none will ref these snapshots
(which are not only deployed but also installed and in common use by
other maven goals).
<artifact:dependencies pathId="dependency.classpath"
filesetId="compile.dependency.fileset" useScope="compile">
<pom refid="maven.project"/>
</artifact:dependencies>
What do I need to do?
Thanks,
J
--
Julian Wood <[EMAIL PROTECTED]>
Software Engineer
Teaching & Learning Centre
University of Calgary
http://tlc.ucalgary.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]