Re: How to reference a specific dependency in maven-antrun-plugin?

2009-10-13 Thread yann herrmann
ndency.org.example:xyz:classifier:jar.path"/> >> >> but what do I do with "classifier" and "jar.path"? > > Anyone? Is the question not clear? Or is this a dark and unexplored > area of maven-antrun-plugin? :-) > > ----------------------------- > To unsubscribe, e-mail: use

Re: How to reference a specific dependency in maven-antrun-plugin?

2009-05-20 Thread Hilco Wijbenga
2009/5/17 Hilco Wijbenga : > Hi all, > > The documentation for maven-antrun-plugin lists at the very bottom of > "Referencing the Maven Classpaths": > > = Start snippet = > You can also use the path to each dependency artifact > > refid="maven.dependency.my.group.id:my.artifact.id:classifi

How to reference a specific dependency in maven-antrun-plugin?

2009-05-17 Thread Hilco Wijbenga
Hi all, The documentation for maven-antrun-plugin lists at the very bottom of "Referencing the Maven Classpaths": = Start snippet = You can also use the path to each dependency artifact = End snippet = I've tried several variations but I can't seem to find the right one. If I