RE: Determine the path to a JAR file

2006-10-13 Thread Brian E. Fox
Developers List Subject: Re: Determine the path to a JAR file "Dan Tran" <[EMAIL PROTECTED]> schrieb am 12.10.2006 12:14:47: > > How do I determine the absolute path for a JAR in the repository? > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plu gin &g

Re: Determine the path to a JAR file

2006-10-13 Thread Jason van Zyl
On 13 Oct 06, at 4:11 AM 13 Oct 06, [EMAIL PROTECTED] wrote: "Dan Tran" <[EMAIL PROTECTED]> schrieb am 12.10.2006 12:14:47: How do I determine the absolute path for a JAR in the repository? http://svn.apache.org/repos/asf/maven/plugins/trunk/maven- dependency-plugin Look for Copy Artifac

Antwort: Re: Determine the path to a JAR file

2006-10-13 Thread Aaron . Digulla
Ok, I guess I'm still not used to the "maven way" :-) The code in ResolvePluginsMojo was confusing to me until I walked up the class hierarchy. Here is what I came up with: /** * Used to look up Artifacts in the remote repository. * * @parameter expression="${component.org.a

Re: Determine the path to a JAR file

2006-10-13 Thread Aaron . Digulla
"Dan Tran" <[EMAIL PROTECTED]> schrieb am 12.10.2006 12:14:47: > > How do I determine the absolute path for a JAR in the repository? > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-plugin > > Look for Copy Artifact/Dependency, etc That's only for project dependencies. I n

Re: Determine the path to a JAR file

2006-10-12 Thread Jason van Zyl
On 12 Oct 06, at 3:55 AM 12 Oct 06, [EMAIL PROTECTED] wrote: Hello, How do I determine the absolute path for a JAR in the repository? In the StatCVS plugin for Maven2, I need to know where statcvs:statcvs:0.2.3 is. Since I have to fork a Java process, it's not enough just to define this dep

Re: Determine the path to a JAR file

2006-10-12 Thread Dan Tran
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-dependency-pluginhas to code Look for Copy Artifact/Dependency, etc -D On 10/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, How do I determine the absolute path for a JAR in the repository? In the StatCVS plugin for