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
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
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
"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
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
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