Can I get access to the localRepository variable in the same fashion?
Is there something like project.localRepository or
maven.localRepository?

We're using a different location for the repository as configured in our
settings.xml file. 

-----Original Message-----
From: Zarar Siddiqi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 26, 2006 4:36 PM
To: Maven Users List
Subject: Re: passing along maven built classpath to ant plugin

Yup, you can use these classpaths:

    * maven.dependency.classpath
    * maven.compile.classpath
    * maven.runtime.classpath
    * maven.test.classpath
    * maven.plugin.classpath

http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html

Zarar

On 9/26/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Is there some easy way to do something like ${project.classpath} and
> have that passed along to my plugin?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to